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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-js
Merge requests
!19
Исправлена ошибка возникающая при сборке в CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Исправлена ошибка возникающая при сборке в CI
chore/PRXS-2470-2445-SearchScore
into
master
Overview
1
Commits
5
Pipelines
0
Changes
1
Merged
Karyakin Dmitry
requested to merge
chore/PRXS-2470-2445-SearchScore
into
master
1 year ago
Overview
1
Commits
5
Pipelines
0
Changes
1
Исправлена ошибка возникающая при сборке в CI
Обновлена версия perxis-js
0
0
Merge request reports
Viewing commit
f583b718
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f583b718
Исправлена ошибка мешающая сборке perxis-js
· f583b718
Dmitry Karyakin
authored
1 year ago
.gitlab-ci.yml
+
1
−
1
View file @ f583b718
Edit in single-file editor
Open in Web IDE
Show full file
@@ -8,7 +8,7 @@ publish_npm:
GIT_SUBMODULE_STRATEGY
:
recursive
before_script
:
-
apk --no-cache add git
-
git submodule update --remote --merge
-
git submodule update --remote --merge
--allow-unrelated-histories
-
apk add --update make bash protobuf-dev yarn
-
npm install -g ts-proto@1.158.0
-
npm install -g typescript@5.1.6
Loading