Skip to content

Commit

Permalink
Try other approach again
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhaagh committed Jan 8, 2021
1 parent eb0fe6d commit 0b104af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
- mvn -U clean install && cp target/mcp-identityregistry-keycloak-spi-latest-jar-with-dependencies.jar docker/

before_script:
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- echo "$DOCKER_PASSWORD" | docker login -u="$DOCKER_USERNAME" --password-stdin

script:
# Build the docker image
Expand Down

0 comments on commit 0b104af

Please sign in to comment.