Skip to content

Commit

Permalink
Hotfix for missing submodule of CROWN during setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoigtlaender committed Dec 17, 2024
1 parent 1ddd8ea commit ba00dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ action() {
echo "Setting up CROWN ..."
# Due to frequent updates CROWN is not set up as a submodule
if [ ! -d "${BASE_DIR}/CROWN" ]; then
git clone git@github.com:KIT-CMS/CROWN ${BASE_DIR}/CROWN
git clone --recurse-submodules git@github.com:KIT-CMS/CROWN ${BASE_DIR}/CROWN
fi
if [ -z "$(ls -A ${BASE_DIR}/sample_database)" ]; then
git submodule update --init --recursive -- sample_database
Expand Down

0 comments on commit ba00dbc

Please sign in to comment.