File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ matrix:
1010before_install :
1111 - docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
1212 # EMPOWER_USERNAME and EMPOWER_PASSWORD must be set in the project settings
13- - envsubst < init-$RELEASE.yaml.template > init.yaml
13+ - envsubst < init-$RELEASE.yaml > init.yaml
1414
1515script :
1616 - docker-compose build simple
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ services:
66 build :
77 context : .
88 dockerfile : Dockerfile.simple
9+ args :
10+ - RELEASE
911 # ports:
1012 # - "5551:5555"
1113 # volumes:
@@ -21,6 +23,8 @@ services:
2123 build :
2224 context : .
2325 dockerfile : Dockerfile.unmanaged
26+ args :
27+ - RELEASE
2428 ports :
2529 - " 5552:5555"
2630 # volumes:
@@ -33,6 +37,8 @@ services:
3337 build :
3438 context : .
3539 dockerfile : Dockerfile.managed
40+ args :
41+ - RELEASE
3642 # hostname: msc
3743 ports :
3844 - " 5553:5555" # http://localhost:5553
You can’t perform that action at this time.
0 commit comments