From b4e9555a88ba055674a2b431157fbca16de54dfd Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 15 Nov 2020 08:48:14 +0100 Subject: RakuDist doesn't support this feature in the way I had hoped --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea25ee4..9b5e3a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,14 +20,6 @@ Prove: - zef install --deps-only --test-depends --/test . script: prove6 -l -RakuDist: - stage: Test - image: alpine - before_script: - - apk add --no-cache curl - script: - - curl -d thing="$CI_PROJECT_URL" -d sha="$CI_COMMIT_SHA" https://rakudist.raku.org/queue - # # Release targets # -- cgit v1.1