Compare commits

...

2 Commits

Author SHA1 Message Date
Yass 896f6f54f8
Merge ab546d84b8 into fdb173ae2f 2024-05-13 19:00:37 +00:00
Yass ab546d84b8
Update CI.yaml 2024-05-13 13:00:35 -06:00
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ jobs:
direnv exec \$(pwd) vagrant up zcash-build;
vagrant scp \$HOME/private.pgp :
vagrant ssh zcash-build -c "gpg --import private.pgp" || echo ''"
vagrant ssh zcash-build -c ./gitian-parallel-build.sh || exit 1
vagrant ssh zcash-build -c ./gitian-parallel-build.sh
vagrant ssh zcash-build -c "head -n 8 gitian.sigs/\$VERSION*/sysadmin/*.assert" > assert.txt
tr -d \$'\r' < assert.txt > assert2.txt
echo "#### sigs ####"