From cb5295e8af87cabb908727c27a9c89ebe291f434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu> Date: Mon, 31 Jan 2022 12:36:32 +0100 Subject: [PATCH] [skip ci] ci remove ubuntu 16.04 --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 322dc58..5de63b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,10 +98,7 @@ stages: license_headers: stage: license image: labrobotica/wolf_deps_ros:20.04 - cache: - - key: wolf-focal - paths: - - ci_deps/wolf/ + cache: [] except: - master before_script: -- GitLab