]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
DROP: automatic installation to gitlab pages instead of manual
authorVasek Sraier <git@vakabus.cz>
Sun, 22 Jan 2023 08:53:34 +0000 (09:53 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Mon, 5 Jun 2023 13:34:21 +0000 (15:34 +0200)
.gitlab-ci.yml

index 91c493b654caf25ad9c315707d2c3302c1e9f919..668f116285bc84dec9d83646855f4d41b910f21c 100644 (file)
@@ -652,10 +652,10 @@ pkg:opensuse-15.4:
 
 # }}}
 
-
 pages:
   image: $CI_REGISTRY/packaging/apkg/lxc/fedora-36
   stage: deploy
+  needs: []
   script:
     - git submodule update --init --recursive
     - apkg build-dep -y
@@ -668,4 +668,3 @@ pages:
   artifacts:
     paths:
       - public
-  when: manual