Fix upgrade
This commit is contained in:
parent
5cc1b3184d
commit
b92b58cf66
@ -138,7 +138,7 @@ ynh_app_setting_set $app final_path $final_path
|
|||||||
git clone https://github.com/Requarks/wiki "$final_path"
|
git clone https://github.com/Requarks/wiki "$final_path"
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
git checkout "tags/2.0.0-beta.13"
|
git checkout "tags/2.0.0-beta.13" --quiet
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -87,8 +87,8 @@ path_url=$(ynh_normalize_url_path $path_url)
|
|||||||
#ynh_setup_source "$final_path"
|
#ynh_setup_source "$final_path"
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
git pull
|
git fetch origin
|
||||||
git checkout "tags/2.0.0-beta.13"
|
git checkout "tags/2.0.0-beta.13" --quiet
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user