File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -491,13 +491,6 @@ jobs:
491491 echo "BUILDPATCHVERSION=${BUILDPATCHVERSION}"
492492 } >> "${GITHUB_ENV}"
493493
494- sundryConfig='{}'
495-
496- if [ "${{ matrix.registry }}" = "test/registry" ]; then
497- sundryConfig='{"registry_path": "test/registry"}'
498- fi
499-
500- echo "SUNDRY_CONFIG=${sundryConfig}" >> "${GITHUB_ENV}"
501494
502495 - name : Install testing dependencies
503496 run : |
@@ -536,13 +529,13 @@ jobs:
536529 run : |
537530 if [ "${{ matrix.registry }}" = "test/registry" ]; then
538531 robot \
539- --variable " SUNDRY_CONFIG:${{ env.SUNDRY_CONFIG }}" \
532+ --variable ' SUNDRY_CONFIG:{"registry_path": "test/registry"}' \
540533 --variable SHOULD_RUN_DOCKER_EXTERNAL_TESTS:true \
541534 --include tls_proxied \
542535 -d test/robot/reports test/robot/functional
543536 test/robot/registry-mocked
544537 else
545- python cicd/python/build.py --robot-test --config='{ "variables": { "SHOULD_RUN_DOCKER_EXTERNAL_TESTS": "true", "SUNDRY_CONFIG": "${{ env.SUNDRY_CONFIG }}" } }'
538+ python cicd/python/build.py --robot-test --config='{ "variables": { "SHOULD_RUN_DOCKER_EXTERNAL_TESTS": "true" } }'
546539 fi
547540
548541 - name : Output from mocked functional tests
You can’t perform that action at this time.
0 commit comments