From 7ae75010bef3f281749c51038f5fa4c629c9d72d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu> Date: Mon, 4 Apr 2022 13:46:32 +0200 Subject: [PATCH] [skip ci] CI: removed except master --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5de63b8..b007cb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -118,8 +118,6 @@ build_and_test:bionic: - key: catkinws-src-bionic paths: - catkin_ws/src - except: - - master before_script: - *preliminaries_definition - *install_wolf_definition @@ -137,8 +135,6 @@ build_and_test:focal: - key: catkinws-src-focal paths: - catkin_ws/src - except: - - master before_script: - *preliminaries_definition - *install_wolf_definition -- GitLab