We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f58f64 + 91bf0e4 commit 19acf7aCopy full SHA for 19acf7a
ci/dev_net_protocol_generate.sh
@@ -32,7 +32,7 @@ echo
32
33
if [ "$CURRENT_HASH" == "$LATEST_HASH" ]; then
34
echo "Last published devnet protocol has same hash, erroring out."
35
-# exit 1 # This fails job and stops workflow
+ exit 1 # This fails job and stops workflow
36
fi
37
38
LATEST_PROTOCOL_VERSION="$(curl -s https://genesis.casper.network/devnet/protocol_versions | tail -n 1 | tr -d '\n')"
0 commit comments