Skip to content

Commit

Permalink
fix:Added docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
tasneem067 authored Feb 12, 2021
1 parent c5f1ce6 commit 06b27df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ node_js:
services:
- docker

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

script:
# Audit npm packages. Fail build whan a PR audit fails, otherwise report the vulnerability and proceed.
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then npx audit-ci --low -a node-fetch; else npx audit-ci --low -a node-fetch || true; fi
Expand Down

0 comments on commit 06b27df

Please sign in to comment.