mirror of
https://salsa.debian.org/raspi-team/image-specs
synced 2026-05-30 06:38:09 +02:00
Don't retry on failure
As we're just starting out using CI, it is especially important to be aware of any failure, so that we can fix it. Such a workaround can be added later in case it is deemed necessary.
This commit is contained in:
3
debian/salsa-ci.yml
vendored
3
debian/salsa-ci.yml
vendored
@@ -10,9 +10,6 @@ variables:
|
|||||||
build-yamls:
|
build-yamls:
|
||||||
stage: build
|
stage: build
|
||||||
image: $BASE_CI_IMAGES:unstable
|
image: $BASE_CI_IMAGES:unstable
|
||||||
retry:
|
|
||||||
max: 2
|
|
||||||
when: always
|
|
||||||
only:
|
only:
|
||||||
- branches
|
- branches
|
||||||
- master # I suppose that we can work directly on master
|
- master # I suppose that we can work directly on master
|
||||||
|
|||||||
Reference in New Issue
Block a user