Skip to content

Commit

Permalink
ci: trying to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bearpong committed Nov 18, 2024
1 parent 988ff35 commit 9b6691f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
11 changes: 5 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[submodule "packages/graphql/submodules/berachain-subgraph"]
path = packages/graphql/submodules/berachain-subgraph
url = https://github.com/berachain/berachain-subgraph.git
[submodule "packages/b-sdk"]
path = packages/b-sdk
url = https://github.com/berachain/berancer-sdk.git

[submodule "secrets"]
path = secrets
url = https://github.com/berachain/internal-dapps-env.git

[submodule "packages/b-sdk"]
path = packages/b-sdk
url = https://github.com/berachain/berancer-sdk.git
7 changes: 5 additions & 2 deletions .scripts/update-secret-submodule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ git submodule set-url "$SUBMODULE_NAME" "$AUTH_URL"

# Sync and update the submodule in the Git repository
git submodule sync "$SUBMODULE_NAME"
git submodule update --init
git submodule init
git submodule update --init --recursive

cat .gitmodules

ls packages/b-sdk
cat packages/b-sdk/CODEOWNERS



# echo "The URL of the submodule '$SUBMODULE_NAME' has been updated to '$AUTH_URL'."

0 comments on commit 9b6691f

Please sign in to comment.