mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
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
|
parallelism: 4
|
||||||
environment:
|
environment:
|
||||||
<<: *ENVIRONMENT
|
<<: *ENVIRONMENT
|
||||||
GOTAGS: '' # No tags for OSS but there are for enterprise
|
GOTAGS: "" # No tags for OSS but there are for enterprise
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache: # restore cache from dev-build job
|
- restore_cache: # restore cache from dev-build job
|
||||||
@ -116,7 +116,7 @@ jobs:
|
|||||||
- image: *GOLANG_IMAGE
|
- image: *GOLANG_IMAGE
|
||||||
environment:
|
environment:
|
||||||
<<: *ENVIRONMENT
|
<<: *ENVIRONMENT
|
||||||
GOTAGS: '' # No tags for OSS but there are for enterprise
|
GOTAGS: "" # No tags for OSS but there are for enterprise
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache: # restore cache from dev-build job
|
- restore_cache: # restore cache from dev-build job
|
||||||
@ -466,8 +466,7 @@ jobs:
|
|||||||
- image: *GOLANG_IMAGE
|
- image: *GOLANG_IMAGE
|
||||||
environment:
|
environment:
|
||||||
ENVOY_VERSIONS: "1.8.0"
|
ENVOY_VERSIONS: "1.8.0"
|
||||||
steps:
|
steps: &ENVOY_INTEGRATION_TEST_STEPS
|
||||||
&ENVOY_INTEGRATION_TEST_STEPS
|
|
||||||
- checkout
|
- checkout
|
||||||
# Get go binary from workspace
|
# Get go binary from workspace
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
@ -587,6 +586,7 @@ jobs:
|
|||||||
} \
|
} \
|
||||||
] \
|
] \
|
||||||
}" ${CONSUL_SLACK_WEBHOOK_URL}
|
}" ${CONSUL_SLACK_WEBHOOK_URL}
|
||||||
|
git push --delete origin "${git_merge_branch}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user