Skip to content

Commit

Permalink
init2
Browse files Browse the repository at this point in the history
Signed-off-by: Vladyslav Diachenko <[email protected]>
  • Loading branch information
vlad-diachenko committed Sep 12, 2024
1 parent 1889c91 commit 252d710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: |
ls -lah ${{ github.workspace }}/output/
for file in ${{ github.workspace }}/output/base-*.yaml; do
scenario=$(basename $file base-)
scenario=$(basename $file | sed 's/^base-//')
diff_output=$(diff "$file" "${{ github.workspace }}/output/pr-$scenario")
if [ -z "$diff_output" ]; then
echo "### Scenario: $scenario" >> ${{ github.workspace }}/output/diff.txt
Expand Down

0 comments on commit 252d710

Please sign in to comment.