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