added docker login to travis.yml

This commit is contained in:
lareine 2021-05-27 13:36:19 -04:00
parent 52353bad5b
commit d63e95f960

View File

@ -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: