Skip to content

Commit

Permalink
Update CENTOS_NGEN_RUN.dockerfile
Browse files Browse the repository at this point in the history
Removing redundant `git pull` that I use for local testing (see comment in file)
  • Loading branch information
ZacharyWills authored and mattw-nws committed Feb 3, 2022
1 parent a2083b2 commit aaa9404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/CENTOS_NGEN_RUN.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV CXX=/usr/bin/g++

# Note that this may need to be temporarily used during development instead of the COPY below, to prevent any issues
# cause by a local checkout being different than a fresh checkout (as is used in the Github Actions execution)
RUN git clone https://github.com/NOAA-OWP/ngen.git
#RUN git clone https://github.com/NOAA-OWP/ngen.git
COPY . /ngen/

WORKDIR /ngen
Expand Down

0 comments on commit aaa9404

Please sign in to comment.