From 87fca3ceedccfde5c89bfe72f85c5c7f7e9da48b Mon Sep 17 00:00:00 2001 From: Diederik de Haas Date: Fri, 4 Nov 2022 15:39:32 +0100 Subject: [PATCH] Remove 'only' keyword statements It's unclear (to me) what they filter out. And why. https://salsa.debian.org/help/ci/yaml/index#only-except says: "NOTE: only and except are not being actively developed. rules is the preferred keyword to control when to add jobs to pipelines." So if filtering is desired, it should be added using the 'rules' keyword and the reasoning behind it should be clarified in comments and/or commit messages. --- debian/salsa-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index de30ee1..fcce3f7 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -10,10 +10,6 @@ variables: build-yamls: stage: build image: $BASE_CI_IMAGES:unstable - only: - - branches - - master # I suppose that we can work directly on master - - merge_request dependencies: [] script: - apt-get update && apt-get install -y vmdb2 dosfstools qemu-utils qemu-user-static debootstrap binfmt-support time kpartx bmap-tools python3 fakemachine make