Pass DCAPE_ROOT as make variable instead of environment
This commit is contained in:
parent
12916acbc7
commit
ad2a586de2
|
|
@ -18,9 +18,7 @@ clone:
|
||||||
steps:
|
steps:
|
||||||
deploy:
|
deploy:
|
||||||
image: *dcape_img
|
image: *dcape_img
|
||||||
environment:
|
|
||||||
- DCAPE_ROOT=/opt/dcape
|
|
||||||
commands:
|
commands:
|
||||||
- make .default-deploy
|
- make DCAPE_ROOT=/opt/dcape .default-deploy
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue