File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ for dir in `find 'packages' -type d -wholename 'packages/*/tests/system' -o -who
8181 --location=global \
8282 --keyring=ci \
8383 --key=kokoro-secrets \
84- --ciphertext-file=system_tests/secrets.tar.enc \
85- --plaintext-file=system_tests/secrets.tar
86- tar xvf system_tests/secrets.tar
87- rm system_tests/secrets.tar
84+ --ciphertext-file=" ${package_path} system_tests/secrets.tar.enc" \
85+ --plaintext-file=" ${package_path} system_tests/secrets.tar"
86+ tar xvf " ${package_path} / system_tests/secrets.tar" -C " ${package_path} /system_tests/ "
87+ rm " ${package_path} / system_tests/secrets.tar"
8888 export NOX_FILE=" system_tests/noxfile.py"
8989 # Run all nox sessions for this file
9090 export NOX_SESSION=" "
You can’t perform that action at this time.
0 commit comments