aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-11-15 08:48:14 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-11-15 08:48:14 +0100
commitb4e9555a88ba055674a2b431157fbca16de54dfd (patch)
tree2dd737f26f0aa6b616b5419c98a056db5441db0a
parentb27da2a93cc42afcf16ab539dc7aa1a84d12ee8c (diff)
RakuDist doesn't support this feature in the way I had hoped
-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
#