Skip to content

Commit

Permalink
Sign releases too
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSeccubus committed Mar 29, 2019
1 parent 9d7c65c commit 4b2ee6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/makerpm.sh
Expand Up @@ -35,7 +35,7 @@ BRANCH=$(git branch | grep '*'|awk '{print $2}')
[ -d $DIR ] && rm -rf $DIR

NOSIGN="--no-sign"
if [[ "$BRANCH" == "master" ]] || [[ "$BRANCH" == "rpm-build" ]] ; then
if [[ "$BRANCH" == "master" ]] || [[ "$BRANCH" == "rpm-build" ]] || [[ "$BRANCH" == "releases" ]] ; then
if [[ ! -z $SECCUBUS_GPG_KEY ]] ; then
echo Setting up gpg
set +x
Expand Down

0 comments on commit 4b2ee6a

Please sign in to comment.