Skip to content

Commit

Permalink
CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Despire committed Nov 22, 2024
1 parent 189ac38 commit d727746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
wget -q https://github.com/mikefarah/yq/releases/download/v4.27.2/yq_linux_amd64.tar.gz -O - |\
tar xz && mv yq_linux_amd64 yq
test-sets=$(./yq '.secretGenerator[].name' kustomization.yaml)
test_sets=$(./yq '.secretGenerator[].name' kustomization.yaml)
for set in $test-sets; do
for set in $test_sets; do
echo "found set: $set"
done
Expand Down

0 comments on commit d727746

Please sign in to comment.