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
!20
Обновлена версия perxis-js
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Обновлена версия perxis-js
chore/PRXS-2470-2445-SearchScore
into
master
Overview
0
Commits
7
Pipelines
1
Changes
1
Merged
Karyakin Dmitry
requested to merge
chore/PRXS-2470-2445-SearchScore
into
master
1 year ago
Overview
0
Commits
7
Pipelines
1
Changes
1
Обновлена версия perxis-js
Исправлена ошибка сборки gitlab CI
Edited
1 year ago
by
Karyakin Dmitry
0
0
Merge request reports
Viewing commit
33493c1e
Prev
Next
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
33493c1e
Merge branch 'master' into 'chore/PRXS-2470-2445-SearchScore'
· 33493c1e
Karyakin Dmitry
authored
1 year ago
# Conflicts: # config/package.json
.gitlab-ci.yml
+
1
−
1
View file @ 33493c1e
Edit in single-file editor
Open in Web IDE
Show full file
@@ -8,7 +8,7 @@ publish_npm:
@@ -8,7 +8,7 @@ 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
-
git submodule update --remote --merge
--allow-unrelated-histories
-
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
Loading