Skip to content

Commit

Permalink
no docker auth for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Mar 26, 2021
1 parent 809e99c commit cae8d48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
services:
- docker
before_install:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- if [[$TRAVIS_PULL_REQUEST == "false"]]; then
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin;
fi
- docker pull cmbant/cosmobox:devel
install:
- chmod +x fortran/tests/run_tests.sh
Expand Down

0 comments on commit cae8d48

Please sign in to comment.