updated log to docker

This commit is contained in:
lareine 2021-05-27 15:10:58 -04:00
parent c3ce9988f5
commit aadea1d319

View File

@ -33,7 +33,7 @@ cache:
install: true
script:
- echo "$DOCKER_HUB_ACCESS_TOKEN" | docker login -u "$DOCKER_HUB_USERNAME" --password-stdin
- echo "docker login -u "$DOCKER_USER" -p "$DOCKER_PWD"
- docker run --rm -v $(pwd):/HIRS hirs/hirs-ci:centos7 /bin/bash -c "cd /HIRS; ./gradlew :$SUBPROJECT:build -x test :$TCG_RIM_TOOL:build"