Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
[bump] use unique branch id (#1704) (#1705)
Browse files Browse the repository at this point in the history
(cherry picked from commit fc05c75)

Co-authored-by: Victor Martinez <[email protected]>
Co-authored-by: Manuel de la Peña <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2021
1 parent 2c6defc commit 34ce302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/bump-stack-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ find . -name 'deployment.yaml' -print0 |

echo "Commit changes"
if [ "$CREATE_BRANCH" = "true" ]; then
git checkout -b "update-stack-version-$(date "+%Y%m%d%H%M%S")"
git checkout -b "update-stack-version-${VERSION}-$(date "+%Y%m%d%H%M%S")"
else
echo "Branch creation disabled."
fi
Expand Down

0 comments on commit 34ce302

Please sign in to comment.