mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-19 09:51:37 +00:00
fix update bug
This commit is contained in:
parent
d9a791755e
commit
2b849c888e
@ -9,6 +9,8 @@ echo "Checking out the latest tag..."
|
|||||||
NEW_RELEASE=$(git tag -l --merged 1.x --sort=-v:refname | head -n 1)
|
NEW_RELEASE=$(git tag -l --merged 1.x --sort=-v:refname | head -n 1)
|
||||||
git checkout "$NEW_RELEASE"
|
git checkout "$NEW_RELEASE"
|
||||||
|
|
||||||
|
git pull origin "$NEW_RELEASE"
|
||||||
|
|
||||||
echo "Installing composer dependencies..."
|
echo "Installing composer dependencies..."
|
||||||
composer install --no-dev
|
composer install --no-dev
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user