Skip to content

Commit

Permalink
Update Dockerfile to use release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed Sep 9, 2024
1 parent 5542079 commit d939f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ENV w3emc_ROOT=/comsoftware/nceplibs
# Obtain CCPP SCM source code, build code, and download static data
RUN if [ -z "$PR_NUMBER" ]; then \
cd /comsoftware \
&& git clone --recursive -b main https://github.com/NCAR/ccpp-scm; \
&& git clone --recursive -b release/public-v7 https://github.com/NCAR/ccpp-scm; \
else \
cd /comsoftware \
&& git clone https://github.com/NCAR/ccpp-scm \
Expand Down

0 comments on commit d939f51

Please sign in to comment.