Skip to content
Snippets Groups Projects
Commit 2cfd6237 authored by karoljd's avatar karoljd
Browse files

Update .gitlab-ci.yml

parent 35132519
Branches kennethTest
No related tags found
No related merge requests found
Pipeline #83908 failed
......@@ -3,28 +3,4 @@ image: node:12
stages:
- pre
- test
- publish
- post
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
variables:
DOCKER_DRIVER: overlay2
before_script:
- yarn
close:issue:
image: registry.gitlab.com/gitlab-automation-toolkit/gitlab-auto-close-issue
stage: pre
before_script: []
only:
- master
script:
- apk add --no-cache --upgrade grep
- ISSUE=$(echo $CI_COMMIT_MESSAGE | grep -oP "(?<=Fixes \#)[0-9]+" || echo '1')
- gitlab_auto_close_issue --issue $ISSUE --remove-label "Doing" --remove-label "To Do"
- deploy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment