mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
commit
7178c22415
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ then
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
git fetch --quiet --depth=1 origin "$yunorunner_release"
|
ynh_exec_as $app git fetch --quiet --depth=1 origin "$yunorunner_release"
|
||||||
git reset --quiet --hard FETCH_HEAD
|
ynh_exec_as $app git reset --quiet --hard FETCH_HEAD
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue