Skip to content

Commit

Permalink
do proper shallow submodule update in clonedeps (#395)
Browse files Browse the repository at this point in the history
* do proper shallow submodule update in clonedeps

* try old version of pelephysics with older amrex
  • Loading branch information
baperry2 authored Jul 4, 2024
1 parent bce0815 commit 82e7e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Submodules/PelePhysics
2 changes: 1 addition & 1 deletion Utils/CloneDeps.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

echo "Getting PeleLMeX dependencies - tests ... "
git submodule update --init --recursive --recommend-shallow
git submodule update --init --recursive --depth=1

0 comments on commit 82e7e4d

Please sign in to comment.