mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Fix upgrade
This commit is contained in:
parent
21b4fc790c
commit
3c5b00e869
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@ then
|
|||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$final_path" --keep=".env"
|
||||
pushd "$final_path"
|
||||
git checkout production
|
||||
git pull --quiet
|
||||
git checkout $COMMIT
|
||||
./bw-dev update
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue