From 6f2027610f2bbb1b661212e0bfe62c0774ce8306 Mon Sep 17 00:00:00 2001 From: Daniel de Leng <daniel.de.leng@liu.se> Date: Wed, 3 Jul 2024 15:32:00 +0200 Subject: [PATCH] Update CI pipeline --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5280e2192..8f4ec94ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,6 @@ compile: expire_in: 10 minutes only: - master - - python12_update pages: variables: @@ -40,7 +39,6 @@ pages: - public only: - master - - python12_update pack-linux: variables: @@ -58,4 +56,3 @@ pack-linux: - build/python-api-src/commandcenter.pyi only: - master - - python12_update -- GitLab