Quick exec
This commit is contained in:
parent
a2ce65e1ef
commit
0f375777c2
1 changed files with 2 additions and 5 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,10 +122,7 @@ dockerize-testnet:
|
||||||
test-e2e:
|
test-e2e:
|
||||||
stage: python-test
|
stage: python-test
|
||||||
variables:
|
variables:
|
||||||
IMAGE: $CI_REGISTRY_IMAGE/mainnet/$CI_COMMIT_REF_SLUG:$CI_COMMIT_SHA
|
IMAGE: registry.gitlab.com/pbsa/peerplays/mainnet/feature-python-e2e-tests:943e02cdcd9fb8a90137851635b998cf1b4f622c
|
||||||
before_script:
|
|
||||||
- docker info
|
|
||||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
|
||||||
script:
|
script:
|
||||||
- git clone https://gitlab.com/PBSA/tools-libs/peerplays-utils.git
|
- git clone https://gitlab.com/PBSA/tools-libs/peerplays-utils.git
|
||||||
- cd peerplays-utils/peerplays-qa-environment
|
- cd peerplays-utils/peerplays-qa-environment
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue