Commit 953a80d7 by Arve Knudsen Committed by GitHub

CircleCI: Check errors from publishing master Docker images (#26107)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent c9f22b72
...@@ -667,8 +667,7 @@ jobs: ...@@ -667,8 +667,7 @@ jobs:
# This is a release # 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 else
# TODO: Don't ignore errors, temporary workaround until we fix #22955 /tmp/grabpl publish-docker --jobs 4 --edition << parameters.edition >> --ubuntu=<< parameters.ubuntu >>
/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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment