Skip to content
Snippets Groups Projects

Добавлено обновление подключенного submodule в .gitlab-ci.yml и обновлена версия публикуемого npm пакета

Merged Alex Petraky requested to merge feature/PRXS-664-FixGitlabCI into master
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -7,6 +7,7 @@ publish_npm:
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- git submodule update --init
- apk add --update make bash protobuf-dev yarn
- npm install -g ts-proto@1.115.5
- npm install -g typescript@4.7.4
Loading