diff options
author | Patrick Spek <p.spek@tyil.nl> | 2020-11-15 08:48:14 +0100 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2020-11-15 08:48:14 +0100 |
commit | b4e9555a88ba055674a2b431157fbca16de54dfd (patch) | |
tree | 2dd737f26f0aa6b616b5419c98a056db5441db0a | |
parent | b27da2a93cc42afcf16ab539dc7aa1a84d12ee8c (diff) | |
download | hash-merge-b4e9555a88ba055674a2b431157fbca16de54dfd.tar.gz hash-merge-b4e9555a88ba055674a2b431157fbca16de54dfd.tar.bz2 |
RakuDist doesn't support this feature in the way I had hoped
-rw-r--r-- | .gitlab-ci.yml | 8 |
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 # |