diff --git a/scripts/install b/scripts/install index 4de8a4d..d225cfd 100755 --- a/scripts/install +++ b/scripts/install @@ -148,7 +148,7 @@ then ynh_use_go export GOPATH="$tempdir/go" export GOCACHE="$tempdir/.cache" - $ynh_go build + ynh_exec_warn_less $ynh_go build popd mv -f $tempdir/nomad-driver-lxc $datadir/plugins/nomad-driver-lxc diff --git a/scripts/upgrade b/scripts/upgrade index bc97c15..94ff385 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -115,7 +115,7 @@ then ynh_use_go export GOPATH="$tempdir/go" export GOCACHE="$tempdir/.cache" - $ynh_go build + ynh_exec_warn_less$ynh_go build popd mv -f $tempdir/nomad-driver-lxc $datadir/plugins/nomad-driver-lxc