Skip to content

Commit

Permalink
formatting and echo contents of var - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
peteski22 committed Nov 18, 2024
1 parent 8ab2a9f commit 90e4517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_images_uv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
fi
echo "changeset:"
echo $changeset
echo "$changeset"
$changeset_required=$(echo $changeset | grep -E '^lumigator/|^\.github/')
echo "changes in monitored paths:"
echo $changeset_required
echo "$changeset_required"
if [[ $changeset_required]]; then
echo "Changes detected, image rebuild required..."
Expand Down

0 comments on commit 90e4517

Please sign in to comment.