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
838ec121
Commit
838ec121
authored
2 years ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
fix(CI): releases of 1.7.x branch
parent
07860904
Branches
1.7
Tags
v1.7.23
No related merge requests found
Pipeline
#32348
waiting for manual action
Stage: build
Stage: package
Stage: prerelease
Stage: release
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
release/arch/arm/build-arm.sh
+1
-1
1 addition, 1 deletion
release/arch/arm/build-arm.sh
release/arch/linux/build-lin.sh
+2
-2
2 additions, 2 deletions
release/arch/linux/build-lin.sh
with
3 additions
and
3 deletions
release/arch/arm/build-arm.sh
+
1
−
1
View file @
838ec121
...
...
@@ -53,7 +53,7 @@ echo "DebianVer: $DUNITER_DEB_VER"
if
[
!
-f
"
$DOWNLOADS
/node-
${
NVER
}
-linux-
${
ARCH
}
.tar.gz"
]
;
then
# Download Node.js and package it with the sources
wget http://nodejs.org/dist/
${
NVER
}
/node-
${
NVER
}
-linux-
${
ARCH
}
.tar.gz
wget http
s
://nodejs.org/dist/
${
NVER
}
/node-
${
NVER
}
-linux-
${
ARCH
}
.tar.gz
tar
xzf node-
${
NVER
}
-linux-
${
ARCH
}
.tar.gz
fi
...
...
This diff is collapsed.
Click to expand it.
release/arch/linux/build-lin.sh
+
2
−
2
View file @
838ec121
...
...
@@ -157,10 +157,10 @@ rm -rf "${BIN}/"*.{deb,tar.gz}{,.desc} # Clean up
# -----------
cd
"
${
DOWNLOADS
}
"
curl
-O
https://dl.nwjs.io/
${
NW_RELEASE
}
/
${
NW_GZ
}
||
exit
1
curl
-k
-O
https://dl.nwjs.io/
${
NW_RELEASE
}
/
${
NW_GZ
}
||
exit
1
tar
xzf
${
NW_GZ
}
||
exit
1
rm
${
NW_GZ
}
curl
-O
http://nodejs.org/dist/
${
NVER
}
/node-
${
NVER
}
-linux-x64
.tar.gz
||
exit
1
curl
-k
-O
http
s
://nodejs.org/dist/
${
NVER
}
/node-
${
NVER
}
-linux-x64
.tar.gz
||
exit
1
tar
xzf node-
${
NVER
}
-linux-x64
.tar.gz
||
exit
1
rm
node-
${
NVER
}
-linux-x64
.tar.gz
...
...
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