If you update configuration for airlock in e.g. backends/mybackend/backend.env & run just install-airlock it does not pull in the new configuration - you need to also run just install-jobrunner.
expected behaviour
If you update configuration for airlock in e.g. backends/mybackend/backend.env & run just install-airlock it should pull in the new configuration.
observed behaviour
If you update configuration for airlock in e.g.
backends/mybackend/backend.env
& runjust install-airlock
it does not pull in the new configuration - you need to also runjust install-jobrunner
.expected behaviour
If you update configuration for airlock in e.g.
backends/mybackend/backend.env
& runjust install-airlock
it should pull in the new configuration.