Skip to content

Commit 4f65067

Browse files
fix bad ci scripts merge
1 parent 99b7926 commit 4f65067

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-510 Bytes
Binary file not shown.

ci/test_darwin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export JUNIT_REPORT_DIR=${SF_REGRESS_LOGS:-$CONNECTOR_DIR}
1414
export 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"
2020
gpg --quiet --batch --yes --decrypt --passphrase="${PARAMETERS_SECRET}" ${PARAMS_FILE} > test/parameters.py

ci/test_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ echo %connector_whl%
2424
:: Default to aws as cloud provider
2525
if "%cloud_provider%"=="" set cloud_provider=aws
2626
set 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
2828
if "%cloud_provider%"=="azure" set PARAMS_FILE=%PARAMETERS_DIR%\parameters_azure.py.gpg
2929
if "%cloud_provider%"=="gcp" set PARAMS_FILE=%PARAMETERS_DIR%\parameters_gcp.py.gpg
3030
gpg --quiet --batch --yes --decrypt --passphrase="%PARAMETERS_SECRET%" %PARAMS_FILE% > test\parameters.py

0 commit comments

Comments
 (0)