Skip to content

Commit c99e8ea

Browse files
committed
chore: revert removal of docker credentials for PRs
1 parent 25c3de4 commit c99e8ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ before_script:
1818
- chmod +x ./cc-test-reporter
1919
- "./cc-test-reporter before-build"
2020
script:
21-
- if [[ "$TRAVIS_BRANCH" == "main" || "$TRAVIS_BRANCH" == "travis" ]] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
22-
echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin
23-
fi
21+
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
2422
- make test-docker
2523
after_script:
2624
- make test-install

0 commit comments

Comments
 (0)