Skip to content
Snippets Groups Projects
Commit 08e2f231 authored by ko_oler's avatar ko_oler
Browse files

fix .gitlab-ci.yml

parent 02b2a25b
Branches
Tags
1 merge request!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline #19063 failed
...@@ -2,7 +2,7 @@ stages: ...@@ -2,7 +2,7 @@ stages:
- publish-npm - publish-npm
publish_npm: publish_npm:
image: "node:current-alpine" image: "node:current-alpine3.17"
stage: publish-npm stage: publish-npm
before_script: before_script:
- apk add --update bash - apk add --update bash
...@@ -10,6 +10,7 @@ publish_npm: ...@@ -10,6 +10,7 @@ publish_npm:
- 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 protobuf-dev
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.
Please register or to comment