Skip to content

Commit

Permalink
remove git stash sections and expand PEOPLE list in stable_driver.sh (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Jan 8, 2025
1 parent dcf8f9c commit 1365231
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions ci/stable_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $gdasdir/ush/submodules/update_develop.sh $gdasdir

# ==============================================================================
# email information
PEOPLE="[email protected]"
PEOPLE="[email protected] [email protected] [email protected]"
BODY=$stableroot/$datestr/stable_nightly

# ==============================================================================
Expand All @@ -84,12 +84,6 @@ total=0
if [ $ci_status -eq 0 ]; then
cd $gdasdir
# checkout feature/stable-nightly
##git stash
rc=$?
total=$(($total+$rc))
if [ $rc -ne 0 ]; then
echo "Unable to git stash" >> $stableroot/$datestr/output
fi
git checkout feature/stable-nightly
rc=$?
total=$(($total+$rc))
Expand All @@ -104,12 +98,6 @@ if [ $ci_status -eq 0 ]; then
echo "Unable to merge develop" >> $stableroot/$datestr/output
fi
# add in submodules
##git stash pop
rc=$?
total=$(($total+$rc))
if [ $rc -ne 0 ]; then
echo "Unable to git stash pop" >> $stableroot/$datestr/output
fi
$gdasdir/ush/submodules/add_submodules.sh $gdasdir
rc=$?
total=$(($total+$rc))
Expand Down

0 comments on commit 1365231

Please sign in to comment.