We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a9791 commit 1b271d7Copy full SHA for 1b271d7
1 file changed
.travis.yml
@@ -20,6 +20,7 @@ before_install:
20
- git clone --recurse-submodules git://github.com/openmicroscopy/omero-test-infra .omero
21
- export DOCKER_ARGS="-v $HOME/.m2:/root/.m2 -v $(pwd)/target:/src/target"
22
- cp .travis.settings.xml $HOME/.m2/settings.xml
23
+ - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
24
25
after_success:
26
- bash <(curl -s https://codecov.io/bash)
0 commit comments