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

fix .gitlab-ci.yml

parent 1f4bb8f1
No related branches found
No related tags found
1 merge request!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline #19092 failed with stage
in 10 seconds
...@@ -9,6 +9,7 @@ publish_npm: ...@@ -9,6 +9,7 @@ publish_npm:
- 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
- git config --global http.sslVerify "false" - git config --global http.sslVerify "false"
- git submodule init - git submodule init
......
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