1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nomad_ynh.git synced 2024-09-03 19:55:53 +02:00

Less warnings

This commit is contained in:
yalh76 2022-07-23 03:46:50 +02:00
parent 264ecc4311
commit b818f49906
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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