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

fix .gitlab-ci.yml

parent 02b2a25b
No related branches found
No related tags found
1 merge request!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline #19063 failed with stage
in 11 seconds
......@@ -2,7 +2,7 @@ stages:
- publish-npm
publish_npm:
image: "node:current-alpine"
image: "node:current-alpine3.17"
stage: publish-npm
before_script:
- apk add --update bash
......@@ -10,6 +10,7 @@ publish_npm:
- apk add --update yarn
- apk add --update jq
- apk add --update rsync
- apk add --update protobuf-dev
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.
Finish editing this message first!
Please register or to comment