Skip to content

Commit

Permalink
Fix typo in release script
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 678109485
Change-Id: I293024390dff4c8d305829c414eecc9839e5c95a
  • Loading branch information
morambro authored and copybara-github committed Sep 24, 2024
1 parent 9d160ad commit 219e350
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kokoro/release_artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ gcloud config set project tink-test-infrastructure
EOF

chmod +x _activate_gcloud_account_and_release_tinkey.sh
./kokoro/testutils/run_command.sh "${RUN_COMMAND_ARGS[@]}" ./_do_run_test.sh
./kokoro/testutils/run_command.sh "${RUN_COMMAND_ARGS[@]}" \
./_activate_gcloud_account_and_release_tinkey.sh
else
# Run in dry-run mode.
./kokoro/testutils/run_command.sh "${RUN_COMMAND_ARGS[@]}" \
Expand Down

0 comments on commit 219e350

Please sign in to comment.