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

fix .gitlab-ci.yml

parent df073bfe
No related branches found
No related tags found
1 merge request!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline #19101 passed with stage
in 10 seconds
......@@ -4,24 +4,13 @@ stages:
publish_npm:
image: "node:current-alpine"
stage: publish-npm
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- apk add --update bash
- apk add --update make
- apk add --update protobuf-dev
- apk add --update yarn
- apk add --update git
- git config --global credential.helper store
- git config --global credential.useHttpPath true
- |
git credential approve <<EOF
protocol=https
host=gitlab.com
path=my-group/my-submodule-repo.git
username=${CI_DEPENDENCY_PROXY_USER}
password=${CI_DEPENDENCY_PROXY_PASSWORD}
EOF
- git submodule update --init --recursive
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
......
[submodule "perxis-proto"]
path = perxis-proto
url = https://git.perx.ru/perxis/perxis-proto.git
url = ../../perxis/perxis-proto.git
\ No newline at end of file
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