Skip to content

Commit

Permalink
feat: print ci/cd secret names on verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
keskiju committed Sep 6, 2024
1 parent 2ee800b commit 7a183aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/basic/hooks/pre-05
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if [[ ${taito_command} == "db-deploy" ]] ||
[[ ${taito_command} == "test" ]]; then
# NOTE: taito_testing_secrets for backwards compatibility
cicd_secrets=("${taito_cicd_secrets} ${taito_testing_secrets}")
echo "Exporting ci/cd secrets: ${cicd_secrets}" > "${taito_vout:-}"
for secret in ${cicd_secrets[@]}; do
(
export taito_command_root_context="${taito_command_root_context}"
Expand Down

0 comments on commit 7a183aa

Please sign in to comment.