mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-15 17:54:34 +02:00
make-snapshot.sh: Make sure ipl parts are properly updated
This commit is contained in:
parent
5e038a1d56
commit
5b2f19db5e
@ -22,6 +22,9 @@ git checkout -b $BRANCH
|
|||||||
git merge --no-ff -m "Merge latest tag, to make it reachable for git-describe" $LATEST_TAG
|
git merge --no-ff -m "Merge latest tag, to make it reachable for git-describe" $LATEST_TAG
|
||||||
|
|
||||||
composer config platform.php $PHP_VERSION
|
composer config platform.php $PHP_VERSION
|
||||||
|
composer config minimum-stability dev
|
||||||
|
composer config prefer-stable true
|
||||||
|
|
||||||
composer require --no-update \
|
composer require --no-update \
|
||||||
php:$PHP_VERSION \
|
php:$PHP_VERSION \
|
||||||
ipl/html:"dev-master as 99.x-dev" \
|
ipl/html:"dev-master as 99.x-dev" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user