Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tasneem067 authored Feb 12, 2021
1 parent 916d811 commit ed4d36b
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:
- echo "${DOCKERHUB_TOKEN}" | docker login -u "icdevops@us.ibm.com" --password-stdin;
- echo "$DOCKERHUB_TOKEN" | docker login -u "icdevops@us.ibm.com" --password-stdin;

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

0 comments on commit ed4d36b

Please sign in to comment.