make-snapshot.sh: Fetch tagged branch

This commit is contained in:
Johannes Meyer 2021-07-20 10:01:13 +02:00
parent 80c551fed6
commit b95ef86df4
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ if [[ -n $(git branch | grep $BRANCH) ]]; then
fi
git checkout -b $BRANCH
git fetch origin $TAGGED_BRANCH
git merge --no-ff -m "Merge latest stable, to make the latest tag reachable" $TAGGED_BRANCH
composer require --no-update \