remove prep phase
This commit is contained in:
parent
85e9bcfdb7
commit
8470aad147
@ -15,10 +15,10 @@ tasks:
|
|||||||
# add the "build" user to the docker group
|
# add the "build" user to the docker group
|
||||||
# start the docker service
|
# start the docker service
|
||||||
# briefly pause to allow the docker service to fully start
|
# briefly pause to allow the docker service to fully start
|
||||||
- prep: |
|
#- prep: |
|
||||||
sudo addgroup build docker
|
# sudo addgroup build docker
|
||||||
sudo rc-service docker start
|
# sudo rc-service docker start
|
||||||
sleep 4
|
# sleep 4
|
||||||
|
|
||||||
# build the image using the just recipe
|
# build the image using the just recipe
|
||||||
- build: |
|
- build: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user