Commit 4ea10248 authored by Mark Harding's avatar Mark Harding
Browse files

Merge branch 'chore/ci-use-artifacts' into 'master'

Migrate to artifacts to prevent collisions

Closes #1017

See merge request !378
parents 4300e1a6 a37a7451
Loading
Loading
Loading
Loading
+2 −8
Original line number Original line Diff line number Diff line
@@ -13,22 +13,16 @@ stages:
  - deploy:canary
  - deploy:canary
  - deploy:production
  - deploy:production


cache:
  paths:
    - vendor
    - bin
  policy: pull

build:
build:
  stage: build
  stage: build
  script:
  script:
    - apk update && apk add --no-cache git
    - apk update && apk add --no-cache git
    - sh tools/setup.sh production
    - sh tools/setup.sh production
  cache:
  artifacts:
    name: '$CI_COMMIT_REF_SLUG'
    paths:
    paths:
      - vendor
      - vendor
      - bin
      - bin
    policy: push


test:
test:
  stage: test
  stage: test