Skip to content
Snippets Groups Projects
Commit 8c95c4f8 authored by Josh Brooks's avatar Josh Brooks
Browse files

Remove protonet testing stage

parent 19d01da3
Branches josh/groupCreationScript
No related tags found
No related merge requests found
......@@ -318,28 +318,28 @@ groupChat: #modify with your package name
- bin/
basice2e_protonet:
stage: tests
image: $DOCKER_IMAGE
script:
- mkdir -p ~/.elixxir
- echo $PWD
- cd basice2e
- rm -fr results
- ./run.sh protonet
- cd ..
artifacts:
when: always
expire_in: '1 day'
paths:
- basice2e/
- bin/
only:
# When merging in projects that need to be deployed, this field will have to
# be TEMPORARILY changed to master until deployment is completed. BE SURE TO REVERT
# ONCE DEPLOYMENT IS COMPLETE.
- master
# Uncomment when a canary net is established.
#basice2e_protonet:
# stage: tests
# image: $DOCKER_IMAGE
# script:
# - mkdir -p ~/.elixxir
# - echo $PWD
# - cd basice2e
# - rm -fr results
# - ./run.sh protonet
# - cd ..
# artifacts:
# when: always
# expire_in: '1 day'
# paths:
# - basice2e/
# - bin/
# only:
# # When merging in projects that need to be deployed, this field will have to
# # be TEMPORARILY changed to master until deployment is completed. BE SURE TO REVERT
# # ONCE DEPLOYMENT IS COMPLETE.
# - master
# basice2e_betanet:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment