Skip to content

Commit

Permalink
no debug
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thomas-22 committed Feb 9, 2024
1 parent 7bceebe commit 4232f8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
# Format the entire string for --helm-extra-set-args, ensuring it's properly quoted
helm_extra_set_args="--set ${secrets_for_helm}"
# Print the formatted string for debugging
echo "helm_extra_set_args=${helm_extra_set_args}"
# Use the command directly or set the HELM_EXTRA_SET_ARGS environment variable for later use in the workflow
echo "HELM_EXTRA_SET_ARGS=${helm_extra_set_args}" >> $GITHUB_ENV
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
# Format the entire string for --helm-extra-set-args, ensuring it's properly quoted
helm_extra_set_args="--set ${secrets_for_helm}"
# Print the formatted string for debugging
echo "helm_extra_set_args=${helm_extra_set_args}"
# Use the command directly or set the HELM_EXTRA_SET_ARGS environment variable for later use in the workflow
echo "HELM_EXTRA_SET_ARGS=${helm_extra_set_args}" >> $GITHUB_ENV
Expand Down

0 comments on commit 4232f8e

Please sign in to comment.