mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-02 11:24:33 +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
|
||||
|
||||
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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user