Try the full flow
This commit is contained in:
parent
fd492ca196
commit
0175a7d0ec
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@ include:
|
||||||
- template: Secret-Detection.gitlab-ci.yml
|
- template: Secret-Detection.gitlab-ci.yml
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- python-test
|
|
||||||
- build
|
- build
|
||||||
- dockerize
|
- dockerize
|
||||||
|
- python-test
|
||||||
- test
|
- test
|
||||||
|
|
||||||
build-mainnet:
|
build-mainnet:
|
||||||
|
|
@ -122,7 +122,7 @@ dockerize-testnet:
|
||||||
test-e2e:
|
test-e2e:
|
||||||
stage: python-test
|
stage: python-test
|
||||||
variables:
|
variables:
|
||||||
IMAGE: registry.gitlab.com/pbsa/peerplays/mainnet/feature-python-e2e-tests:943e02cdcd9fb8a90137851635b998cf1b4f622c
|
IMAGE: $CI_REGISTRY_IMAGE/testnet/$CI_COMMIT_REF_SLUG:$CI_COMMIT_SHA
|
||||||
before_script:
|
before_script:
|
||||||
- docker info
|
- docker info
|
||||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue