Skip to content

Commit

Permalink
fix:update
Browse files Browse the repository at this point in the history
  • Loading branch information
tasneem067 committed Feb 12, 2021
1 parent 4d18ac6 commit 456cf97
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 @@ -6,7 +6,7 @@ services:
- docker

before_install:
- docker login -u "icdevops@us.ibm.com" -p="${DOCKERHUB_TOKEN}"
- docker login -u "icdevops@us.ibm.com" --password-stdin="${DOCKERHUB_TOKEN}"

script:
# Audit npm packages. Fail build whan a PR audit fails, otherwise report the vulnerability and proceed.
Expand Down

0 comments on commit 456cf97

Please sign in to comment.