From 02567af307f662cb06c903066466188682d9ff3c Mon Sep 17 00:00:00 2001 From: Diederik de Haas Date: Fri, 4 Nov 2022 13:28:57 +0100 Subject: [PATCH] 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. --- debian/salsa-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index 2ba75f0..de30ee1 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -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