Skip to content

Commit 19acf7a

Browse files
authored
Merge pull request #5345 from casper-network/sacherjj-dev_net_script_fix
Update dev_net_protocol_generate.sh
2 parents 1f58f64 + 91bf0e4 commit 19acf7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/dev_net_protocol_generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ echo
3232

3333
if [ "$CURRENT_HASH" == "$LATEST_HASH" ]; then
3434
echo "Last published devnet protocol has same hash, erroring out."
35-
# exit 1 # This fails job and stops workflow
35+
exit 1 # This fails job and stops workflow
3636
fi
3737

3838
LATEST_PROTOCOL_VERSION="$(curl -s https://genesis.casper.network/devnet/protocol_versions | tail -n 1 | tr -d '\n')"

0 commit comments

Comments
 (0)