Skip to content

Commit

Permalink
Bugfixes for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Dec 18, 2023
1 parent 3f2b79d commit 9823650
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/gw_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ for pr in $open_pr_list; do
cd $GDAS_CI_ROOT/workflow/PR/$pr

# clone global workflow develop branch
git clone $workflow_url
git clone --recursive $workflow_url

# run checkout script for all other components
cd $GDAS_CI_ROOT/workflow/PR/$pr/global-workflow/sorc
Expand Down
3 changes: 3 additions & 0 deletions ci/stable_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ git pull
# ==============================================================================
# run ecbuild to get the repos cloned
mkdir -p build
mkdir -p test-data-release
ln -sf $GDASAPP_TESTDATA/crtm test-data-release/crtm

cd build
ecbuild ../
cd ..
Expand Down

0 comments on commit 9823650

Please sign in to comment.