Skip to content
Snippets Groups Projects
Commit 02b2a25b authored by ko_oler's avatar ko_oler
Browse files

fix .gitlab-ci.yml

parent 70678433
No related branches found
No related tags found
Loading
Pipeline #19062 failed with stage
in 10 seconds
...@@ -5,10 +5,11 @@ publish_npm: ...@@ -5,10 +5,11 @@ publish_npm:
image: "node:current-alpine" image: "node:current-alpine"
stage: publish-npm stage: publish-npm
before_script: before_script:
- apk add --update bash
- apk add --update make
- apk add --update yarn - apk add --update yarn
- apk add --update jq - apk add --update jq
- apk add --update rsync - apk add --update rsync
- apk add --update make
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes: changes:
......
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