We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fa30f commit 9312ff4Copy full SHA for 9312ff4
.kokoro/system.sh
@@ -81,8 +81,8 @@ for dir in `find 'packages' -type d -wholename 'packages/*/tests/system' -o -who
81
--location=global \
82
--keyring=ci \
83
--key=kokoro-secrets \
84
- --ciphertext-file="${package_path}system_tests/secrets.tar.enc" \
85
- --plaintext-file="${package_path}system_tests/secrets.tar"
+ --ciphertext-file="${package_path}/system_tests/secrets.tar.enc" \
+ --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"
88
export NOX_FILE="system_tests/noxfile.py"
0 commit comments