Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
timothe
duniter
Commits
3d36d961
Commit
3d36d961
authored
Jan 07, 2018
by
Éloïs
Browse files
update BUILDER_TAG
parent
88367967
Changes
1
Hide whitespace changes
Inline
Side-by-side
release/scripts/build.sh
View file @
3d36d961
#!/bin/bash
BUILDER_TAG
=
"v0.0.6"
TAG
=
"
$3
"
ORIGIN
=
"
$4
"
IS_LOCAL_TAG
=
0
...
...
@@ -56,8 +58,8 @@ make)
cd
..
fi
docker pull duniter/release-builder:
17.12.1
docker run
--rm
-it
-v
${
PWD
}
:/dunidata duniter/release-builder:
17.12.1
${
TAG
}
docker pull duniter/release-builder:
${
BUILDER_TAG
}
docker run
--rm
-it
-v
${
PWD
}
:/dunidata duniter/release-builder:
${
BUILDER_TAG
}
${
TAG
}
if
[
!
$?
-eq
0
]
;
then
echo
">> Something went wrong. Stopping build."
else
...
...
Write
Preview
Supports
Markdown
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