Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
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
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Pascal Engélibert
duniter
Commits
e3c1832f
Commit
e3c1832f
authored
7 years ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
[enh] ci: test pre-built node_modules/
parent
649f36e4
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-0
8 additions, 0 deletions
.gitlab-ci.yml
with
8 additions
and
0 deletions
.gitlab-ci.yml
+
8
−
0
View file @
e3c1832f
...
...
@@ -42,6 +42,14 @@ build:
paths
:
-
node_modules/
script
:
# Load pre-built modules + verify the yarn.lock matches
-
curl -O https://git.duniter.org/nodes/typescript/duniter/-/jobs/7115/artifacts/raw/artifacts/node_modules.tar.gz
-
echo "45b3a1c4487ba476c3dcde01d85cb5f1de6fb14d node_modules.tar.gz" > node_modules.tar.gz.sha1
-
echo "30d9f6bc843dec2e0b37b721f2174989e2b7c78a yarn.lock" > yarn.lock.sha1
-
sha1sum -c node_modules.tar.gz.sha1
-
sha1sum -c yarn.lock.sha1
-
tar xzf node_modules.tar.gz
# Transpile
-
yarn
pages
:
...
...
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