From: Magnus Jacobsson Date: Fri, 18 Sep 2020 09:55:17 +0000 (+0200) Subject: Archive Linux CMake builds under Packages/experimental to avoid deployment X-Git-Tag: 2.46.0~20^2^2~68^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e19fca70aa717e759627458f8edd4e90749aed5;p=graphviz Archive Linux CMake builds under Packages/experimental to avoid deployment Changes COLLECTION to experimental for Linux CMake builds which causes the artifacts to be archived under Packages/experimental which is not deployed to https://www2.graphviz.org/Packages. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4a965a7e..4fa7f1cc6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -254,6 +254,7 @@ ubuntu18-04-cmake-build: <<: *deb_build_definition before_script: - export build_system="cmake" + - echo experimental > COLLECTION tags: - linux image: "graphviz/graphviz:ubuntu-18.04"