From a1fe6ad62129c14e9dcae5c61d40bea55c81a497 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 12 Jun 2020 12:50:12 -0400 Subject: gitlab-ci: use `extends` YAML anchors are not supported across include files. --- .gitlab/rules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab/rules.yml') diff --git a/.gitlab/rules.yml b/.gitlab/rules.yml index 3dc06f7ec6..96b95c8061 100644 --- a/.gitlab/rules.yml +++ b/.gitlab/rules.yml @@ -1,6 +1,6 @@ # Rules for where jobs can run -.run_manually: &run_manually +.run_manually: rules: - if: '$CI_PROJECT_PATH == "cmake/cmake"' when: delayed @@ -9,7 +9,7 @@ when: manual - when: never -.run_automatically: &run_automatically +.run_automatically: rules: - if: '$CI_PROJECT_PATH == "cmake/cmake"' when: always -- cgit v1.2.1