Skip to content

Commit

Permalink
reversing gdasapp checkout tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed Sep 20, 2023
1 parent 01b5c17 commit 68c30e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ if [[ ${checkout_gsi} == "YES" ]]; then
fi

if [[ ${checkout_gdas} == "YES" ]]; then
#checkout "gdas.cd" "https://github.com/NOAA-EMC/GDASApp.git" "d347d22"; errs=$((errs + $?))
checkout "gdas.cd" "https://github.com/NOAA-EMC/GDASApp.git" "feature/prepocniodaobs"; errs=$((errs + $?))
checkout "gdas.cd" "https://github.com/NOAA-EMC/GDASApp.git" "d347d22"; errs=$((errs + $?))
fi

if [[ ${checkout_gsi} == "YES" || ${checkout_gdas} == "YES" ]]; then
Expand Down

0 comments on commit 68c30e9

Please sign in to comment.