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