mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CircleCI: Temporarily ignore publishing of master Docker images (#24280)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
parent
9962f6961e
commit
1ff0d9f612
@ -622,8 +622,12 @@ jobs:
|
|||||||
if [[ $CIRCLE_BRANCH == "chore/test-release-pipeline" ]]; then
|
if [[ $CIRCLE_BRANCH == "chore/test-release-pipeline" ]]; then
|
||||||
# We're testing the release pipeline
|
# We're testing the release pipeline
|
||||||
/tmp/grabpl publish-docker --jobs 4 --edition << parameters.edition >> --ubuntu=<< parameters.ubuntu >> --dry-run
|
/tmp/grabpl publish-docker --jobs 4 --edition << parameters.edition >> --ubuntu=<< parameters.ubuntu >> --dry-run
|
||||||
else
|
elif [[ -n $CIRCLE_TAG ]]; then
|
||||||
|
# This is a release
|
||||||
/tmp/grabpl publish-docker --jobs 4 --edition << parameters.edition >> --ubuntu=<< parameters.ubuntu >>
|
/tmp/grabpl publish-docker --jobs 4 --edition << parameters.edition >> --ubuntu=<< parameters.ubuntu >>
|
||||||
|
else
|
||||||
|
# TODO: Don't ignore errors, temporary workaround until we fix #22955
|
||||||
|
/tmp/grabpl publish-docker --jobs 4 --edition << parameters.edition >> --ubuntu=<< parameters.ubuntu >> || echo Publishing failed!
|
||||||
fi
|
fi
|
||||||
- run:
|
- run:
|
||||||
name: CI job failed
|
name: CI job failed
|
||||||
|
Loading…
Reference in New Issue
Block a user