From 17f77a4b33d5979ea7c9cf4330034de623a1f1dd Mon Sep 17 00:00:00 2001 From: Joey Vos Date: Sun, 13 Feb 2022 12:19:15 +0100 Subject: [PATCH] Regel voor CI veranderd --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d9c09f..f013e4c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ variables: mirror-repository: image: bitnami/git - stage: mirror + stage: setup rules: - if: $CI_PIPELINE_SOURCE == "schedule" @@ -38,9 +38,8 @@ setup: image: ghcr.io/armmbed/mbed-os-env:mbed-os-6-latest stage: setup - only: - - branches - - tags + rules: + - if: $CI_PIPELINE_SOURCE != "schedule" cache: key: mbed-libraries