Loading .gitlab-ci.yml +2 −8 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +2 −8 Original line number Original line Diff line number Diff line Loading @@ -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 Loading