Skip to content

Commit 1b271d7

Browse files
committed
Added docker login to .travis.yml.
1 parent c0a9791 commit 1b271d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ before_install:
2020
- git clone --recurse-submodules git://github.com/openmicroscopy/omero-test-infra .omero
2121
- export DOCKER_ARGS="-v $HOME/.m2:/root/.m2 -v $(pwd)/target:/src/target"
2222
- cp .travis.settings.xml $HOME/.m2/settings.xml
23+
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
2324

2425
after_success:
2526
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)