Skip to content

Commit b4e35e1

Browse files
authored
Merge pull request #22 from psykzz/patch-1
travis.yml consistancies
2 parents e5fae32 + 16f20fc commit b4e35e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ services: docker
22
before_install:
33
# set env vars in the build settings to interact with repositories
44
# see https://docs.travis-ci.com/user/environment-variables/#Defining-Variables-in-Repository-Settings
5-
- docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
5+
- docker login -e="${DOCKER_EMAIL}" -u="${DOCKER_USERNAME}" -p="${DOCKER_PASSWORD}"
66
script:
77
- docker build -t "zopanix/factorio:${TRAVIS_TAG}" .
88
deploy:
99
provider: script
1010
script: docker push "zopanix/factorio:${TRAVIS_TAG}"
1111
skip_cleanup: false
1212
on:
13-
tags: true
13+
tags: true

0 commit comments

Comments
 (0)