Skip to content

Commit

Permalink
fix parachain config dir path in subtree script (#1058)
Browse files Browse the repository at this point in the history
Co-authored-by: claravanstaden <Cats 4 life!>
  • Loading branch information
claravanstaden authored Dec 16, 2023
1 parent bb17821 commit 6f9cfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain/scripts/verify-pallets-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ trap revert_to_clean_state EXIT

# remove everything we think is not required for our needs
rm -rf $SNOWBRIDGE_FOLDER/.cargo
rm -rf $SNOWBRIDGE_FOLDER/.config
rm -rf $SNOWBRIDGE_FOLDER/.github
rm -rf $SNOWBRIDGE_FOLDER/contracts
rm -rf $SNOWBRIDGE_FOLDER/codecov.yml
Expand All @@ -81,6 +80,7 @@ rm -rf $SNOWBRIDGE_FOLDER/rust-toolchain.toml
rm -rf $SNOWBRIDGE_FOLDER/parachain/rustfmt.toml
rm -rf $SNOWBRIDGE_FOLDER/parachain/.gitignore
rm -rf $SNOWBRIDGE_FOLDER/parachain/templates
rm -rf $SNOWBRIDGE_FOLDER/parachain/.config

cd bridges/snowbridge/parachain

Expand Down

0 comments on commit 6f9cfdd

Please sign in to comment.