Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-js
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-js
Merge requests
!4
Добавлено обновление подключенного submodule в .gitlab-ci.yml и обновлена версия публикуемого npm пакета
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Добавлено обновление подключенного submodule в .gitlab-ci.yml и обновлена версия публикуемого npm пакета
feature/PRXS-664-FixGitlabCI
into
master
Overview
0
Commits
4
Pipelines
2
Changes
3
Merged
Alex Petraky
requested to merge
feature/PRXS-664-FixGitlabCI
into
master
2 years ago
Overview
0
Commits
4
Pipelines
2
Changes
2
Expand
Ссылка на задачу:
https://tracker.yandex.ru/PRXS-664
Edited
2 years ago
by
Alex Petraky
0
0
Merge request reports
Viewing commit
7fe66864
Prev
Next
Show latest version
2 files
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
7fe66864
Добавлено обновление подключенного submodule в .gitlab-ci.yml
· 7fe66864
ko_oler
authored
2 years ago
.gitlab-ci.yml
+
1
−
0
Options
@@ -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