~tyil/raku-hash-merge

b4e9555a88ba055674a2b431157fbca16de54dfd — Patrick Spek 4 years ago b27da2a
RakuDist doesn't support this feature in the way I had hoped
1 files changed, 0 insertions(+), 8 deletions(-)

M .gitlab-ci.yml
M .gitlab-ci.yml => .gitlab-ci.yml +0 -8
@@ 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
#