Skip to content

Commit 20b4302

Browse files
Pogrebnyak, SergeiPogrebnyak, Sergei
authored andcommitted
Troubleshooting
1 parent 03b6df5 commit 20b4302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
before_install:
1010
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
1111
# EMPOWER_USERNAME and EMPOWER_PASSWORD must be set in the project settings
12-
- envsubst < init-$RELEASE.yaml > init.yaml
12+
- envsubst < init-$RELEASE.yaml > init.yaml && cat init.yaml
1313

1414
script:
1515
- docker-compose build simple

0 commit comments

Comments
 (0)