fix signature
This commit is contained in:
parent
985f728b7d
commit
8cc4ec82e3
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -75,10 +75,10 @@ for s in $sites; do
|
||||||
done
|
done
|
||||||
announce Building manifest...
|
announce Building manifest...
|
||||||
make manifest
|
make manifest
|
||||||
if [ -n "${SIGNATURE}" ]; then
|
if [ -n "${signature}" ]; then
|
||||||
if [ "$GLUON_BRANCH" == "experimental" ]; then
|
if [ "$GLUON_BRANCH" == "experimental" ]; then
|
||||||
announce Signing
|
announce Signing
|
||||||
"${gluon_path}/contrib/sign.sh" "${SIGNATURE}" "${GLUON_IMAGEDIR}/sysupgrade/experimental.manifest"
|
"${gluon_path}/contrib/sign.sh" "${signature}" "${GLUON_IMAGEDIR}/sysupgrade/experimental.manifest"
|
||||||
else
|
else
|
||||||
echo ERROR: can only sign experimental branch >&2
|
echo ERROR: can only sign experimental branch >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue