Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
timothe
duniter
Commits
c3412163
Commit
c3412163
authored
Oct 31, 2018
by
Cédric Moreau
Browse files
[fix] CI: release: leveldown patch was wrongly located
parent
8661ccf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
release/arch/linux/build-lin.sh
View file @
c3412163
...
...
@@ -178,13 +178,13 @@ rm -Rf .gitignore .git || exit 1 # Remove git files
echo
">> VM: building modules..."
yarn
||
exit
1
# Patch leveldown
cp
"
${
ROOT
}
/release/resources/leveldown-fix.json"
"
${
RELEASES
}
/duniter/node_modules/leveldown/package.json"
||
exit
1
# Duniter UI
yarn add
"duniter-ui@
${
DUNITER_UI_VER
}
"
||
exit
1
yarn
--production
||
exit
1
# Patch leveldown
cp
"
${
ROOT
}
/release/resources/leveldown-fix.json"
"
${
RELEASES
}
/duniter/node_modules/leveldown/package.json"
||
exit
1
rm
-rf
release coverage
test
# Non production folders
cp
-r
"
${
RELEASES
}
/duniter"
"
${
RELEASES
}
/desktop_"
||
exit
1
cp
-r
"
${
RELEASES
}
/duniter"
"
${
RELEASES
}
/server_"
||
exit
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment