Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dtsai-czi committed Aug 30, 2024
1 parent ee2daa8 commit 7c6cc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
helm repo add argo-helm-charts https://chanzuckerberg.github.io/argo-helm-charts/
helm dependency update ./stack
helm dependency build ./stack
output=$(helm template ./stack --values ./test-fixtures/values.yaml | kubectl apply -f - --dry-run=client 2>&1)
echo "debug"
output=$(helm template ./stack --values ./test-fixtures/values.yaml | kubectl apply -f - --dry-run=client 2>&1)
echo $output
if [[ $output -ne "error: no objects passed to apply" ]]; then
exit 1
Expand Down

0 comments on commit 7c6cc4d

Please sign in to comment.