From 89f3d6c85bcb69db16ef3c4be8ed80ef841dbe04 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:53:41 +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 694447d..3d47a16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -178,8 +178,6 @@ license_headers: stage: license image: labrobotica/wolf_deps_ros:20.04 cache: [] - except: - - master before_script: - *preliminaries_definition - *install_wolf_definition @@ -194,8 +192,6 @@ build_and_test:bionic: - key: wolf_and_deps-bionic paths: - ci_deps - except: - - master before_script: - *preliminaries_definition - *install_wolf_definition @@ -215,8 +211,6 @@ build_and_test:focal: - key: wolf_and_deps-focal paths: - ci_deps - except: - - master before_script: - *preliminaries_definition - *install_wolf_definition -- GitLab