From 70a62d5c5dead8a196e741731510c05dde7bb1f9 Mon Sep 17 00:00:00 2001 From: swittl <simon.wittl@th-deg.de> Date: Thu, 11 Jul 2024 21:56:06 +0200 Subject: [PATCH] test --- .gitlab-ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bd35c1..6315691 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,21 +1,3 @@ -.lin-cache: &lin-cache - key: "${CI_COMMIT_REF_SLUG}_linux" - paths: - - licence_swap/ - - .cache - -.win-cache: &win-cache - key: "${CI_COMMIT_REF_SLUG}_windows" - paths: - - licence_swap/ - - .cache - -variables: # Change pip's cache directory to be inside the project directory since we can only cache local items. - PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" - APT_DIR: "$CI_PROJECT_DIR/.cache/.apt" - APT_STATE_LISTS: "$APT_DIR/lists" - APT_CACHE_ARCHIVES: "$APT_DIR/archives" - stages: - build @@ -23,8 +5,6 @@ stages: build-ros: stage: build image: ros:humble - cache: - - <<: *lin-cach before_script: - git clone --recurse-submodules -j8 https://mygit.th-deg.de/roboct/robo_quality/rq_workflow script: -- GitLab