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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
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
nodes
typescript
duniter
Commits
c09ee6e3
Commit
c09ee6e3
authored
6 years ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
yarn is already installed on docker image 1.2.0
parent
e15d84a2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
release/arch/linux/build-lin.sh
+0
-9
0 additions, 9 deletions
release/arch/linux/build-lin.sh
with
1 addition
and
10 deletions
.gitlab-ci.yml
+
1
−
1
View file @
c09ee6e3
...
@@ -92,7 +92,7 @@ test:
...
@@ -92,7 +92,7 @@ test:
.build_releases
:
&build_releases
.build_releases
:
&build_releases
stage
:
package
stage
:
package
allow_failure
:
false
allow_failure
:
false
image
:
duniter/release-builder:v1.
0.1
image
:
duniter/release-builder:v1.
2.0
tags
:
tags
:
-
redshift-duniter-builder
-
redshift-duniter-builder
artifacts
:
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
release/arch/linux/build-lin.sh
+
0
−
9
View file @
c09ee6e3
...
@@ -15,14 +15,6 @@ fi
...
@@ -15,14 +15,6 @@ fi
# Functions
# Functions
# ---------
# ---------
# Install yarn, npm equivalent
# -
# Parameters:
install_yarn
()
{
curl
-sS
https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
echo
"deb https://dl.yarnpkg.com/debian/ stable main"
|
tee
/etc/apt/sources.list.d/yarn.list
apt-get update
&&
apt-get
install
yarn
}
# Copy nw.js compiled module released library to node libraries.
# Copy nw.js compiled module released library to node libraries.
# -
# -
# Parameters:
# Parameters:
...
@@ -135,7 +127,6 @@ DUNITER_UI_VER="1.6.x"
...
@@ -135,7 +127,6 @@ DUNITER_UI_VER="1.6.x"
nvm
install
${
NVER
}
||
exit
1
nvm
install
${
NVER
}
||
exit
1
nvm use
${
NVER
}
||
exit
1
nvm use
${
NVER
}
||
exit
1
install_yarn
yarn global node-pre-gyp
||
exit
1
yarn global node-pre-gyp
||
exit
1
yarn global nw-gyp
||
exit
1
yarn global nw-gyp
||
exit
1
...
...
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