Skip to content

Commit

Permalink
Update ngen_integration.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
madMatchstick authored Aug 30, 2024
1 parent e105b8e commit 751ccdf
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/ngen_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ jobs:
mkdir ${{runner.temp}}/smp
mv ./* ${{runner.temp}}/smp
- name: Build CFE
uses: actions/checkout@v4
with:
repository: noaa-owp/cfe

# Checkout and build CFE
- name: Checkout the commit
uses: actions/checkout@v4
Expand Down Expand Up @@ -88,12 +83,6 @@ jobs:
with:
mod-dir: "extern/evapotranspiration/evapotranspiration"
targets: "petbmi"

# - name: Save PET to a Temp Directory
# run: |
# # Move files to a temporary directory
# mkdir ${{runner.temp}}/evapotranspiration
# mv ./* ${{runner.temp}}/evapotranspiration

- name: Build SLoTH
id: submod_build_4
Expand Down Expand Up @@ -123,10 +112,7 @@ jobs:
rm -rf extern/cfe/cfe/*
mv ${{runner.temp}}/cfe/* extern/cfe/cfe
# - name: Move PET Files Including cmake_build to Appropriate Directory
# run: |
# rm -rf extern/evapotranspiration/evapotranspiration/*
# mv ${{runner.temp}}/evaportranspiration/* extern/evapotranspiration/evapotranspiration
#jlg: this is needed to atm to pull in updated configs
- name: PET (checkout master -- remove later)
run: |
git submodule update --remote extern/evapotranspiration/evapotranspiration
Expand Down

0 comments on commit 751ccdf

Please sign in to comment.