8000 chore: add docker credentials to travis · helloworld1812/twilio-python@cbf3103 · GitHub
[go: up one dir, main page]

Skip to content

Commit cbf3103

Browse files
committed
chore: add docker credentials to travis
1 parent c25b213 commit cbf3103

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
@@ -18,7 +18,7 @@ script:
1818
- make test
1919
deploy:
2020
- provider: script
21-
script: make docker-build && make docker-push
21+
script: echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin && make docker-build && make docker-push
2222
skip_cleanup: true
2323
on:
2424
tags: true

0 commit comments

Comments
 (0)
0