mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-03 11:54:31 +02:00
make-snapshot.sh: Fetch tagged branch
This commit is contained in:
parent
80c551fed6
commit
b95ef86df4
@ -19,6 +19,7 @@ if [[ -n $(git branch | grep $BRANCH) ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
git checkout -b $BRANCH
|
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
|
git merge --no-ff -m "Merge latest stable, to make the latest tag reachable" $TAGGED_BRANCH
|
||||||
|
|
||||||
composer require --no-update \
|
composer require --no-update \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user