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
1 merge request!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline #19062 failed
......@@ -5,10 +5,11 @@ publish_npm:
image: "node:current-alpine"
stage: publish-npm
before_script:
- apk add --update bash
- apk add --update make
- apk add --update yarn
- apk add --update jq
- apk add --update rsync
- apk add --update make
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment