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

Commit

Permalink
modify contribute script
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Feb 2, 2024
1 parent 0e3da37 commit 2484d3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bridges/snowbridge/scripts/contribute-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ if [ "$current_branch" = "$branch_name" ]; then
echo "Already on requested branch, not creating."
else
git branch "$branch_name"
git checkout "$branch_name"
fi

git checkout "$branch_name"

# remove everything we think is not required for our needs
rm -rf rust-toolchain.toml
rm -rf $SNOWBRIDGE_FOLDER/.cargo
Expand Down

0 comments on commit 2484d3b

Please sign in to comment.