From eec2e1b595237b4162fb3bec60aa7ce671280b84 Mon Sep 17 00:00:00 2001 From: RussTreadon-NOAA <26926959+RussTreadon-NOAA@users.noreply.github.com> Date: Thu, 26 Dec 2024 10:13:10 -0500 Subject: [PATCH] update build_all.sh argument list (#1428) --- ci/run_ci.sh | 6 +++--- prototypes/gen_prototype.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/run_ci.sh b/ci/run_ci.sh index e92d943ae..9e67b1e12 100755 --- a/ci/run_ci.sh +++ b/ci/run_ci.sh @@ -46,7 +46,7 @@ if [[ $TEST_WORKFLOW == 1 ]]; then gdasapp_dir=$workflow_dir/sorc/gdas.cd build_cmd_dir=$workflow_dir/sorc - build_cmd="./build_all.sh -ug &>> log.build" + build_cmd="./build_all.sh gfs gsi gdas" build_dir=$workflow_dir/build else export BUILD_JOBS=8 @@ -54,7 +54,7 @@ else gdasapp_dir=$repodir build_cmd_dir=$gdasapp_dir - build_cmd="./build.sh -t $TARGET &>> log.build" + build_cmd="./build.sh -t $TARGET" build_dir=$gdasapp_dir/build fi @@ -74,7 +74,7 @@ echo "---------------------------------------------------" >> $outfile cd $build_cmd_dir module purge rm -rf log.build -$build_cmd +$build_cmd &>> log.build build_status=$? if [ $build_status -eq 0 ]; then echo "Build: *SUCCESS*" >> $outfile diff --git a/prototypes/gen_prototype.sh b/prototypes/gen_prototype.sh index c4716ccce..e224dc11d 100755 --- a/prototypes/gen_prototype.sh +++ b/prototypes/gen_prototype.sh @@ -47,7 +47,7 @@ if [[ $BUILD == 'YES' ]]; then cd gdas.cd git checkout $GDASHASH cd ../ - ./build_all.sh + ./build_all.sh gfs gsi gdas ./link_workflow.sh fi