make things work w/ sudo
This commit is contained in:
@@ -19,11 +19,11 @@ tasks:
|
||||
# build the image using the just recipe
|
||||
- build: |
|
||||
cd alpine-cli
|
||||
just build
|
||||
sudo -E just build
|
||||
|
||||
# set environment variables from the ~/.envdir directory
|
||||
# see http://smarden.org/runit/chpst.8.html for details on chpst
|
||||
# publish the image using the just recipe
|
||||
- publish: |
|
||||
cd alpine-cli
|
||||
chpst -e ~/.envdir just publish
|
||||
chpst -e ~/.envdir sudo -E just publish
|
||||
|
||||
Reference in New Issue
Block a user