From fbbdb2f1ad80262ef34b3c15effdb255c3121f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu> Date: Mon, 25 Apr 2022 16:50:13 +0200 Subject: [PATCH] [skip ci] removed except master --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40101fc3c..cdc737865 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -114,8 +114,6 @@ license_headers: - key: wolf-focal paths: - ci_deps/wolf/ - except: - - master before_script: - *preliminaries_definition - *install_wolf_definition @@ -133,8 +131,6 @@ build_and_test:bionic: - key: visionutils-bionic paths: - ci_deps/vision_utils/ - except: - - master before_script: - *preliminaries_definition - *install_wolf_definition @@ -154,8 +150,6 @@ build_and_test:focal: - key: visionutils-focal paths: - ci_deps/vision_utils/ - except: - - master before_script: - *preliminaries_definition - *install_wolf_definition -- GitLab