File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
.github/workflows/parameters/public Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export JUNIT_REPORT_DIR=${SF_REGRESS_LOGS:-$CONNECTOR_DIR}
1414export COV_REPORT_DIR=${CONNECTOR_DIR}
1515
1616# Decrypt parameters file
17- PARAMS_FILE=" ${PARAMETERS_DIR} /parameters_aws .py.gpg"
17+ PARAMS_FILE=" ${PARAMETERS_DIR} /jenkins_test_parameters .py.gpg"
1818[ ${cloud_provider} == azure ] && PARAMS_FILE=" ${PARAMETERS_DIR} /parameters_azure.py.gpg"
1919[ ${cloud_provider} == gcp ] && PARAMS_FILE=" ${PARAMETERS_DIR} /parameters_gcp.py.gpg"
2020gpg --quiet --batch --yes --decrypt --passphrase=" ${PARAMETERS_SECRET} " ${PARAMS_FILE} > test/parameters.py
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ echo %connector_whl%
2323:: Decrypt parameters file
2424:: Default to aws as cloud provider
2525set PARAMETERS_DIR = %CONNECTOR_DIR% \.github\workflows\parameters\public
26- set PARAMS_FILE = %PARAMETERS_DIR% \parameters_aws .py.gpg
26+ set PARAMS_FILE = %PARAMETERS_DIR% \jenkins_test_parameters .py.gpg
2727if " %cloud_provider% " == " azure" set PARAMS_FILE = %PARAMETERS_DIR% \parameters_azure.py.gpg
2828if " %cloud_provider% " == " gcp" set PARAMS_FILE = %PARAMETERS_DIR% \parameters_gcp.py.gpg
2929gpg --quiet --batch --yes --decrypt --passphrase=" %PARAMETERS_SECRET% " %PARAMS_FILE% > test\parameters.py
You can’t perform that action at this time.
0 commit comments