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

fix .gitlab-ci.yml

parent c7443c5b
No related branches found
No related tags found
1 merge request!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline #19099 failed with stage
in 11 seconds
...@@ -4,17 +4,15 @@ stages: ...@@ -4,17 +4,15 @@ stages:
publish_npm: publish_npm:
image: "node:current-alpine" image: "node:current-alpine"
stage: publish-npm stage: publish-npm
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script: before_script:
- apk add --update bash - apk add --update bash
- apk add --update make - apk add --update make
- apk add --update protobuf-dev - apk add --update protobuf-dev
- apk add --update yarn - apk add --update yarn
- apk add --update git - apk add --update git
- git config --global http.sslVerify "false" - git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/".insteadOf "git@gitlab.com:"
- git submodule init - git submodule sync && git submodule update --init
- git submodule update --recursive --remote
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
......
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