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
|
||||
announce Building manifest...
|
||||
make manifest
|
||||
if [ -n "${SIGNATURE}" ]; then
|
||||
if [ -n "${signature}" ]; then
|
||||
if [ "$GLUON_BRANCH" == "experimental" ]; then
|
||||
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
|
||||
echo ERROR: can only sign experimental branch >&2
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue