Skip to content

Commit

Permalink
debugging4
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Jul 25, 2024
1 parent 2a926a0 commit 4de50d4
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 @@ -81,7 +81,7 @@ RUN if [ -z "$PR_NUMBER" ]; then \
cd /comsoftware \
&& git clone https://github.com/NCAR/ccpp-scm \
&& cd ccpp-scm \
&& git checkout origin pull/${PR_NUMBER}/head:test_pr \
&& git fetch origin pull/${PR_NUMBER}/head:test_pr \
&& git checkout test_pr \
&& git submodule update --init --recursive; \
fi
Expand Down

0 comments on commit 4de50d4

Please sign in to comment.