We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d0a67 commit a088e4cCopy full SHA for a088e4c
run-gitian
@@ -136,7 +136,10 @@ _EOL_
136
done
137
fi
138
139
-[ -z "$BUILD" ] || gbuild "../../descriptors/bitshares-core-$OS.yml" -c bitshares="$VERSION" "$@"
+[ -z "$BUILD" ] || (
140
+ rm -rf vendor/gitian-builder/inputs/bitshares
141
+ gbuild "../../descriptors/bitshares-core-$OS.yml" -c bitshares="$VERSION" "$@"
142
+)
143
[ -z "$SIGN" ] || gsign --signer "$KEY_ID" --destination ../../signatures --release "$VERSION"-"$OS" \
144
"../../descriptors/bitshares-core-$OS.yml"
145
[ -z "$VERIFY" ] || gverify --destination ../../signatures --release "$VERSION"-"$OS" \
0 commit comments