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:
parent
264ecc4311
commit
b818f49906
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue