From e7b2ea0f0798225143e0dd174fa411bc8367bc8c Mon Sep 17 00:00:00 2001 From: Lubomir Dolezal <lubomir.bucek@eox.at> Date: Tue, 7 Dec 2021 17:31:58 +0100 Subject: [PATCH] remove env allexport from ci yaml --- testing/run_integration_test.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/testing/run_integration_test.sh b/testing/run_integration_test.sh index 005a363..a9c8488 100755 --- a/testing/run_integration_test.sh +++ b/testing/run_integration_test.sh @@ -6,11 +6,9 @@ echo "Using bucket:" echo $PREPROCESSOR_RESULTS_BUCKET TEST_RESULT=0 -echo "testtt" -set -o allexport + source "${PYTEST_ENVIRONMENT}" -set +o allexport -echo "testtt" + # wait as in registrar_prep.sh, not sure if necessary kubectl exec deployment/my-vs-release-registrar -- ./wait-initialized.sh kubectl exec deployment/my-vs-release-renderer -- ./wait-initialized.sh -- GitLab