Skip to content

Commit

Permalink
Switching to submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-cogliati-inl committed Apr 29, 2024
1 parent 483efbd commit 32290b3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "raven"]
path = raven
url = https://github.com/idaholab/raven.git
[submodule "HERON"]
path = HERON
url = https://github.com/idaholab/HERON.git
1 change: 1 addition & 0 deletions HERON
Submodule HERON added at 290e83
5 changes: 3 additions & 2 deletions initalize_tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

git clone https://github.com/idaholab/raven.git
git clone https://github.com/idaholab/HERON.git
git submodule init raven
git submodule init HERON
git submodule update

cd raven

Expand Down
1 change: 1 addition & 0 deletions raven
Submodule raven added at b56970

0 comments on commit 32290b3

Please sign in to comment.