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

test

parent af590456
No related branches found
No related tags found
1 merge request!4Добавлено обновление подключенного submodule в .gitlab-ci.yml и обновлена версия публикуемого npm пакета
Pipeline #24162 passed with stage
in 41 seconds
...@@ -7,7 +7,8 @@ publish_npm: ...@@ -7,7 +7,8 @@ publish_npm:
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
before_script: before_script:
- git submodule update --init - apk --no-cache add git
- git submodule update --remote --merge
- apk add --update make bash protobuf-dev yarn - apk add --update make bash protobuf-dev yarn
- npm install -g ts-proto@1.115.5 - npm install -g ts-proto@1.115.5
- npm install -g typescript@4.7.4 - npm install -g typescript@4.7.4
......
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