Skip to content
Snippets Groups Projects
Commit 6ba0f14b authored by Dmitry Karyakin's avatar Dmitry Karyakin
Browse files

test

parent 009320ec
No related branches found
No related tags found
1 merge request!20Обновлена версия perxis-js
Pipeline #47826 passed with stage
in 25 seconds
...@@ -8,14 +8,16 @@ publish_npm: ...@@ -8,14 +8,16 @@ publish_npm:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
before_script: before_script:
- apk --no-cache add git - apk --no-cache add git
- git submodule update --remote --merge --allow-unrelated-histories - 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.158.0 - npm install -g ts-proto@1.158.0
- npm install -g typescript@5.1.6 - npm install -g typescript@5.1.6
- npm i protobufjs@7.2.4 - npm i protobufjs@7.2.4
rules: rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' # - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
- if: '$CI_COMMIT_BRANCH'
when: manual
changes: changes:
- config/package.json - config/package.json
script: script:
......
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