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:
Diederik de Haas 2022-11-04 13:28:57 +01:00
parent 8b06d14925
commit 02567af307
No known key found for this signature in database
GPG Key ID: D76E5BCE787EDB6E
1 changed files with 0 additions and 3 deletions

3
debian/salsa-ci.yml vendored
View File

@ -10,9 +10,6 @@ variables:
build-yamls:
stage: build
image: $BASE_CI_IMAGES:unstable
retry:
max: 2
when: always
only:
- branches
- master # I suppose that we can work directly on master