Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dcc-js
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
D-PTB
DCC
Development
dcc-js
Commits
590f6bc4
Verified
Commit
590f6bc4
authored
2 years ago
by
Jan Loewe
Browse files
Options
Downloads
Patches
Plain Diff
chore(pkg): use v3.5.0 of yarn
parent
c85c32e0
No related branches found
No related tags found
3 merge requests
!10
Refactor Test Resources
,
!6
Adaptations for new DCC V3.2.1
,
!5
Add tests
Pipeline
#18616
failed
2 years ago
Stage: .pre
Stage: test
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
.gitlab-ci.yml
+4
-3
4 additions, 3 deletions
.gitlab-ci.yml
.yarnrc.yml
+1
-0
1 addition, 0 deletions
.yarnrc.yml
package.json
+2
-1
2 additions, 1 deletion
package.json
yarn.lock
+0
-0
0 additions, 0 deletions
yarn.lock
with
9 additions
and
4 deletions
.gitignore
+
2
−
0
View file @
590f6bc4
...
@@ -613,3 +613,5 @@ $RECYCLE.BIN/
...
@@ -613,3 +613,5 @@ $RECYCLE.BIN/
lib
lib
junit.xml
junit.xml
.yarn/
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
4
−
3
View file @
590f6bc4
image
:
node:18.1
4
.0
image
:
node:18.1
5
.0
stages
:
stages
:
-
test
-
test
...
@@ -32,10 +32,11 @@ proxy:
...
@@ -32,10 +32,11 @@ proxy:
-
if [[ "$behind_proxy" ==
true
]]; then
-
if [[ "$behind_proxy" ==
true
]]; then
-
npm config set proxy $http_proxy
-
npm config set proxy $http_proxy
-
npm config set https-proxy $https_proxy
-
npm config set https-proxy $https_proxy
-
yarn config set -H httpProxy $http_proxy
-
yarn config set -H httpsProxy $https_proxy
-
fi
-
fi
# install deps
# install deps
-
yarn install --frozen-lockfile --no-progress --cache-folder .yarn
-
yarn install --immutable
# === Job: Unit Tests ===
# === Job: Unit Tests ===
# Description: this job runs the unit tests
# Description: this job runs the unit tests
...
...
This diff is collapsed.
Click to expand it.
.yarnrc.yml
0 → 100644
+
1
−
0
View file @
590f6bc4
nodeLinker
:
node-modules
This diff is collapsed.
Click to expand it.
package.json
+
2
−
1
View file @
590f6bc4
...
@@ -50,5 +50,6 @@
...
@@ -50,5 +50,6 @@
"!**/*.json"
,
"!**/*.json"
,
"LICENSE"
,
"LICENSE"
,
"README.md"
"README.md"
]
],
"packageManager"
:
"yarn@3.5.0"
}
}
This diff is collapsed.
Click to expand it.
yarn.lock
+27.07 KiB (+16%)
View file @
590f6bc4
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment