Skip to content
Snippets Groups Projects
Commit 719d9691 authored by totten's avatar totten
Browse files

CRM-11658 - releaser - Fix GPG bug

parent fe944991
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ function do_publish() {
cd $workdir/$version/tarballs
$cmd_md5sum *.tar.gz *.zip > civicrm-$version.MD5SUMS
echo $cmd_gpg_pass | $cmd_gpg --armor --batch --passphrase-fd 0 --sign civicrm-$version.MD5SUMS
echo $gpg_pass | $cmd_gpg --armor --batch --passphrase-fd 0 --sign civicrm-$version.MD5SUMS
if [ "$is_stable" ]; then
echo mkdir ${publish_stable_dir}/$version | $cmd_sftp ${publish_ssh}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment