Skip to content

Commit

Permalink
added script
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrwitek committed Oct 31, 2024
1 parent 4237ded commit 37dcb04
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/up-submodule.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cd armada-protocol/contracts
git checkout main
git pull origin main
commit_hash=$(git rev-parse HEAD)
cd ../..
git add armada-protocol/contracts
git commit -m "Update submodule to commit $commit_hash"

0 comments on commit 37dcb04

Please sign in to comment.