Skip to content

Commit

Permalink
Refer to SMP branch by name, not PR number
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Jun 11, 2024
1 parent 335be7b commit cee793a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Build and Run Pseudo Framework Mode
run: |
git clone https://github.com/NOAA-OWP/cfe extern/cfe
git clone -b refs/pull/17/head https://github.com/NOAA-OWP/SoilMoistureProfiles extern/SoilMoistureProfiles
git clone -b PhilMiller/bmi-virtual-dtor https://github.com/NOAA-OWP/SoilMoistureProfiles extern/SoilMoistureProfiles
git clone https://github.com/NOAA-OWP/aorc_bmi extern/aorc_bmi
git clone https://github.com/NOAA-OWP/evapotranspiration extern/evapotranspiration
if [ -d build ]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ngen_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: noaa-owp/soilmoistureprofiles
ref: refs/pull/17/head
ref: PhilMiller/bmi-virtual-dtor

- name: Build the SMP Library
run: |
Expand Down

0 comments on commit cee793a

Please sign in to comment.