]> granicus.if.org Git - graphviz/commitdiff
Archive Linux CMake builds under Packages/experimental to avoid deployment
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Fri, 18 Sep 2020 09:55:17 +0000 (11:55 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Wed, 23 Sep 2020 06:37:52 +0000 (08:37 +0200)
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.

.gitlab-ci.yml

index e4a965a7eed2d2f3d50875f8467ccc94da1b3c88..4fa7f1cc6b4922fad6fe2a9edb05f343800d4a55 100644 (file)
@@ -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"