We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b6df5 commit 20b4302Copy full SHA for 20b4302
.travis.yml
@@ -9,7 +9,7 @@ env:
9
before_install:
10
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
11
# EMPOWER_USERNAME and EMPOWER_PASSWORD must be set in the project settings
12
- - envsubst < init-$RELEASE.yaml > init.yaml
+ - envsubst < init-$RELEASE.yaml > init.yaml && cat init.yaml
13
14
script:
15
- docker-compose build simple
0 commit comments