Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
remove git submodule update step from run.sh >> now a step of workflo…
Browse files Browse the repository at this point in the history
…w yaml
  • Loading branch information
AronisAt79 authored Sep 21, 2023
1 parent 8642745 commit 6d20243
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration-tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ fi

if [ -n "$STEP_GENDATA" ]; then
echo "+ Gen blockchain data..."
git submodule update --init --recursive --checkout contracts/vendor
rm gendata_output.json > /dev/null 2>&1 || true
cargo run --bin gen_blockchain_data
fi
Expand Down

0 comments on commit 6d20243

Please sign in to comment.