Skip to content

Commit

Permalink
echo in bump all
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Dec 5, 2023
1 parent 361f253 commit e76c5d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/bump-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ if [ -z "$VERSION" ]; then
exit 1
fi

echo "Bumping all integrations to version $VERSION"

# Loop through each folder in the 'integrations' directory
for folder in "$(pwd)"/integrations/*; do
if [ -d "$folder" ]; then
Expand Down

0 comments on commit e76c5d6

Please sign in to comment.