Skip to content

Commit

Permalink
build: git verify the last commit instead of tag
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Aug 31, 2023
1 parent accf274 commit a596e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_joininbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ else
fi

command="sudo -u joinmarket bash /home/joinmarket/joininbox/scripts/verify.git.sh \
${PGPsigner} ${PGPpubkeyLink} ${PGPpubkeyFingerprint} ${tag}"
${PGPsigner} ${PGPpubkeyLink} ${PGPpubkeyFingerprint}"
echo "running: ${command}"
chmod 777 /dev/shm
${command} || exit 1
Expand Down

0 comments on commit a596e25

Please sign in to comment.