Skip to content
Snippets Groups Projects
Commit 516b4995 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

Merge branch 'debian-ci' into debian

* debian-ci:
  auto-retry binary builds on runner system failure
parents 0b55acf5 c9eb3486
No related branches found
No related tags found
No related merge requests found
Pipeline #174681 passed
...@@ -78,6 +78,9 @@ default: ...@@ -78,6 +78,9 @@ default:
- apt-get install sudo - apt-get install sudo
- apt-get install build-essential devscripts reprepro fakeroot - apt-get install build-essential devscripts reprepro fakeroot
image: ${DOCKER_ARCH}/${OS}:${SUITE}${IMAGE_EXTENSION} image: ${DOCKER_ARCH}/${OS}:${SUITE}${IMAGE_EXTENSION}
retry:
max: 2
when: runner_system_failure
script: script:
- 'echo "SUITE: $SUITE"' - 'echo "SUITE: $SUITE"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment