Skip to content

Commit

Permalink
Disable invoking build.ver for now
Browse files Browse the repository at this point in the history
- Comment out lines in build_all.sh for invoking build.ver.
- Will uncomment when we are ready to force build versions
down into components. Likely after move to EPIC stack complete.

Refs NOAA-EMC#671
  • Loading branch information
KateFriedman-NOAA committed May 22, 2023
1 parent f575151 commit 910f2f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sorc/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ fi
#------------------------------------
# SOURCE BUILD VERSION FILES
#------------------------------------
source ../versions/build.ver
source ../versions/${MACHINE_ID}.ver
# TODO: Commented out until components aligned for build
#source ../versions/build.ver
#source ../versions/${MACHINE_ID}.ver

#------------------------------------
# INCLUDE PARTIAL BUILD
Expand Down

0 comments on commit 910f2f2

Please sign in to comment.