mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 21:17:59 +00:00
added docker login to travis.yml
This commit is contained in:
parent
52353bad5b
commit
d63e95f960
@ -33,6 +33,7 @@ cache:
|
||||
install: true
|
||||
|
||||
script:
|
||||
- echo "$DOCKER_HUB_ACCESS_TOKEN" | docker login -u "$DOCKER_HUB_USERNAME" --password-stdin
|
||||
- docker run --rm -v $(pwd):/HIRS hirs/hirs-ci:centos7 /bin/bash -c "cd /HIRS; ./gradlew :$SUBPROJECT:build -x test :$TCG_RIM_TOOL:build"
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user