Skip to content

Commit 73c9fbb

Browse files
Pogrebnyak, SergeiPogrebnyak, Sergei
authored andcommitted
Fixed travis
1 parent 37a15ad commit 73c9fbb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ matrix:
1010
before_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

1515
script:
1616
- docker-compose build simple

docker-compose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)