We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IMPACT: operator limit only new combined start/continue command
STR: run proxy with CONFIG=ci and any value for USE_COMBINED_START_CONTINUE environment
CONFIG=ci
USE_COMBINED_START_CONTINUE
Actual result: USE_COMBINED_START_CONTINUE set in run-proxy.sh script
Expected result: Operator must be able to disable USE_COMBINED_START_CONTINUE
Workaround: Use CONFIG=local
CONFIG=local
The text was updated successfully, but these errors were encountered:
Enable overwrite USE_COMBINED_START_CONTINUE with CONFIG=ci #211
f2607c6
Merge pull request #212 from neonlabsorg/ci-launch-develop-stand
f1edba4
Fixed problems on launching develop stand #198 #211
s-medvedev
No branches or pull requests
IMPACT: operator limit only new combined start/continue command
STR: run proxy with
CONFIG=ci
and any value forUSE_COMBINED_START_CONTINUE
environmentActual result:
USE_COMBINED_START_CONTINUE
set in run-proxy.sh scriptExpected result:
Operator must be able to disable
USE_COMBINED_START_CONTINUE
Workaround:
Use
CONFIG=local
The text was updated successfully, but these errors were encountered: