Skip to content

Commit

Permalink
Slight adjustment to CI checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterKolczynski-NOAA committed Dec 12, 2023
1 parent 6c5a588 commit 9edd677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/driver_weekly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ echo "Creating new branch ${branch} from develop on ${MACHINE_ID} in ${develop_d
rm -Rf "${develop_dir}"
mkdir -p "${develop_dir}"
cd "${develop_dir}" || exit 1
git clone "${REPO_URL}"
git clone --recursive "${REPO_URL}"
cd global-workflow || exit 1
git checkout -b "${branch}" --recurse-submodules
git checkout -b "${branch}"

######################################################
# move yaml files from ci/cases/weekly to ci/cases/pr
Expand Down

0 comments on commit 9edd677

Please sign in to comment.