mirror of
https://github.com/YunoHost-Apps/dex_ynh.git
synced 2024-09-03 18:26:22 +02:00
Test
This commit is contained in:
parent
24c1ce4f90
commit
c03ed1c176
2 changed files with 1 additions and 3 deletions
|
@ -117,7 +117,7 @@ ynh_exec_warn_less ynh_install_go --go_version=$GO_VERSION
|
|||
pushd "$final_path"
|
||||
# Setup go exe and environnement
|
||||
ynh_use_go
|
||||
"$ynh_go" env
|
||||
/opt/goenv/versions/1.17.8/bin/go env
|
||||
# Build server from source
|
||||
make build 2>&1
|
||||
# Setup a nice Yunohost logo
|
||||
|
|
|
@ -75,8 +75,6 @@ ynh_use_go () {
|
|||
pushd $final_path
|
||||
$goenv_install_dir/bin/goenv local $go_version
|
||||
popd
|
||||
|
||||
"$ynh_go" env
|
||||
}
|
||||
|
||||
# Install a specific version of Go
|
||||
|
|
Loading…
Add table
Reference in a new issue