Skip to content

Commit

Permalink
Fixed bump script to not use the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Nov 8, 2023
1 parent b6d5126 commit 4c4868f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ for folder in "$(pwd)"/integrations/*; do
(cd "$folder" && source .venv/bin/activate)

echo "Bump the version ocean version using Poetry"
(cd "$folder" && source .venv/bin/activate && poetry add port-ocean@$VERSION -E cli)
(cd "$folder" && source .venv/bin/activate && poetry add port-ocean@$VERSION -E cli --no-cache)

echo "Run towncrier create"
(cd "$folder" && source .venv/bin/activate && towncrier create --content "Bumped ocean version to $VERSION" 1.improvement.md)
Expand Down

0 comments on commit 4c4868f

Please sign in to comment.