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} /jenkins_test_parameters .py.gpg"
17+ PARAMS_FILE=" ${PARAMETERS_DIR} /parameters_aws .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 @@ -24,7 +24,7 @@ echo %connector_whl%
2424:: Default to aws as cloud provider
2525if " %cloud_provider% " == " " set cloud_provider = aws
2626set PARAMETERS_DIR = %CONNECTOR_DIR% \.github\workflows\parameters\public
27- set PARAMS_FILE = %PARAMETERS_DIR% \jenkins_test_parameters .py.gpg
27+ set PARAMS_FILE = %PARAMETERS_DIR% \parameters_aws .py.gpg
2828if " %cloud_provider% " == " azure" set PARAMS_FILE = %PARAMETERS_DIR% \parameters_azure.py.gpg
2929if " %cloud_provider% " == " gcp" set PARAMS_FILE = %PARAMETERS_DIR% \parameters_gcp.py.gpg
3030gpg --quiet --batch --yes --decrypt --passphrase=" %PARAMETERS_SECRET% " %PARAMS_FILE% > test\parameters.py
You can’t perform that action at this time.
0 commit comments