mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-04-07 11:26:51 +00:00
updated login to docker
This commit is contained in:
parent
aadea1d319
commit
381f88eb23
@ -33,7 +33,7 @@ cache:
|
||||
install: true
|
||||
|
||||
script:
|
||||
- echo "docker login -u "$DOCKER_USER" -p "$DOCKER_PWD"
|
||||
- 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"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user