mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-04-09 20:31:27 +00:00
added docker login to system tests
This commit is contained in:
parent
15ee70693f
commit
48141ed9c1
10
.travis.yml
10
.travis.yml
@ -40,31 +40,31 @@ jobs:
|
||||
include:
|
||||
- stage: Packaging and System Tests
|
||||
script:
|
||||
- echo $DOCKER_PWD | docker login -u "$DOCKER_USER" --password-stdin
|
||||
- echo $DOCKER_PWD | docker login -u "$DOCKER_USER" --password-stdin
|
||||
- docker run --rm -v $(pwd):/HIRS hirs/hirs-ci:ubuntu18 /bin/bash -c "cd /HIRS; ./package/package.ubuntu.sh"
|
||||
env: null
|
||||
name: "Package Ubuntu"
|
||||
- stage: Packaging and System Tests
|
||||
script:
|
||||
- echo $DOCKER_PWD | docker login -u "$DOCKER_USER" --password-stdin
|
||||
- echo $DOCKER_PWD | docker login -u "$DOCKER_USER" --password-stdin
|
||||
- .ci/system-tests/./run-system-tests.sh
|
||||
env: null
|
||||
name: "System Tests TPM 1.2"
|
||||
- stage: Packaging and System Tests
|
||||
script:
|
||||
- echo $DOCKER_PWD | docker login -u "$DOCKER_USER" --password-stdin
|
||||
- echo $DOCKER_PWD | docker login -u "$DOCKER_USER" --password-stdin
|
||||
- .ci/system-tests/./run-system-tests-tpm2.sh
|
||||
env: null
|
||||
name: "System Tests TPM 2.0"
|
||||
- stage: Packaging and System Tests
|
||||
script:
|
||||
- echo $DOCKER_PWD | docker login -u "$DOCKER_USER" --password-stdin
|
||||
- echo $DOCKER_PWD | docker login -u "$DOCKER_USER" --password-stdin
|
||||
- .ci/system-tests/./run-system-tests-tpm2-base-delta-bad.sh
|
||||
env: null
|
||||
name: "System Tests TPM 2.0 Base/Delta(Bad)"
|
||||
- stage: Packaging and System Tests
|
||||
script:
|
||||
- echo $DOCKER_PWD | docker login -u "$DOCKER_USER" --password-stdin
|
||||
- echo $DOCKER_PWD | docker login -u "$DOCKER_USER" --password-stdin
|
||||
- .ci/system-tests/./run-system-tests-tpm2-base-delta-good.sh
|
||||
env: null
|
||||
name: "System Tests TPM 2.0 Base/Delta(Good)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user