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

fix .gitlab-ci.yml

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