Skip to content

Commit

Permalink
Remove .sig file before gpg signing
Browse files Browse the repository at this point in the history
gpg need tty because it's requesting confirmation for overriding that file

Fix #1990

--
MOS_MIGRATED_REVID=137251576
  • Loading branch information
meteorcloudy authored and katre committed Oct 26, 2016
1 parent d9c3a47 commit 9b1dfb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ function bazel_release() {
fi
mv $file $destfile
checksum $destfile > $destfile.sha256
rm -f "$destfile.sig"
gpg --no-tty --detach-sign -u "${APT_GPG_KEY_ID}" "$destfile"
fi
done
Expand Down

0 comments on commit 9b1dfb8

Please sign in to comment.