mirror of https://github.com/status-im/consul.git
remove ci merge branches if nightly merge fails (#6369)
This commit is contained in:
parent
5515e094f4
commit
ce9cfc773d
|
@ -90,7 +90,7 @@ jobs:
|
|||
parallelism: 4
|
||||
environment:
|
||||
<<: *ENVIRONMENT
|
||||
GOTAGS: '' # No tags for OSS but there are for enterprise
|
||||
GOTAGS: "" # No tags for OSS but there are for enterprise
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache: # restore cache from dev-build job
|
||||
|
@ -116,7 +116,7 @@ jobs:
|
|||
- image: *GOLANG_IMAGE
|
||||
environment:
|
||||
<<: *ENVIRONMENT
|
||||
GOTAGS: '' # No tags for OSS but there are for enterprise
|
||||
GOTAGS: "" # No tags for OSS but there are for enterprise
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache: # restore cache from dev-build job
|
||||
|
@ -466,8 +466,7 @@ jobs:
|
|||
- image: *GOLANG_IMAGE
|
||||
environment:
|
||||
ENVOY_VERSIONS: "1.8.0"
|
||||
steps:
|
||||
&ENVOY_INTEGRATION_TEST_STEPS
|
||||
steps: &ENVOY_INTEGRATION_TEST_STEPS
|
||||
- checkout
|
||||
# Get go binary from workspace
|
||||
- attach_workspace:
|
||||
|
@ -587,6 +586,7 @@ jobs:
|
|||
} \
|
||||
] \
|
||||
}" ${CONSUL_SLACK_WEBHOOK_URL}
|
||||
git push --delete origin "${git_merge_branch}"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue