aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml8
1 files changed, 0 insertions, 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
#