Remove the e2e job from ci/cd until it is fixed
This commit is contained in:
@@ -1,17 +1,8 @@
|
||||
stages:
|
||||
- test
|
||||
- e2e
|
||||
|
||||
test-job:
|
||||
stage: test
|
||||
image: localhost:5000/huskbuilder:latest
|
||||
script:
|
||||
- cargo test
|
||||
|
||||
e2e-job:
|
||||
stage: e2e
|
||||
image: localhost:5000/mta:latest
|
||||
script:
|
||||
- bash /usr/bin/prepare.sh $CI_COMMIT_BRANCH
|
||||
- bash /usr/bin/test_1.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user