Add sudo to deploy-package task
This commit is contained in:
parent
6e9fcd38a3
commit
d0ec24f690
|
@ -4,4 +4,4 @@ bbuilder:
|
||||||
published:
|
published:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- /bin/bash build-stable-deb.sh
|
- /bin/bash build-stable-deb.sh
|
||||||
- /usr/local/bin/deploy-package -C pvc
|
- sudo /usr/local/bin/deploy-package -C pvc
|
||||||
|
|
Loading…
Reference in New Issue