Skip to content

Commit

Permalink
Per #12, temporary change to the Dockerfile to pull compile_MET_all.s…
Browse files Browse the repository at this point in the history
…h script from the feature_2669_proj branch to demonstrate that this that script runs fine via GHA.
  • Loading branch information
JohnHalleyGotway committed Aug 25, 2023
1 parent d135e14 commit 2e09724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ RUN sed -i 's/policy domain="coder" rights="none" pattern="PS/policy domain="cod
WORKDIR /met

RUN wget https://dtcenter.ucar.edu/dfiles/code/METplus/MET/installation/tar_files.tgz \
&& wget https://raw.githubusercontent.com/dtcenter/MET/develop/internal/scripts/installation/compile_MET_all.sh \
&& wget https://raw.githubusercontent.com/dtcenter/MET/develop/internal/scripts/environment/development.docker \
&& wget https://raw.githubusercontent.com/dtcenter/MET/feature_2669_proj/internal/scripts/installation/compile_MET_all.sh \
&& wget https://raw.githubusercontent.com/dtcenter/MET/feature_2669_proj/internal/scripts/environment/development.docker \
&& tar -zxf tar_files.tgz \
&& export SKIP_MET=yes \
&& chmod +x compile_MET_all.sh \
Expand Down

0 comments on commit 2e09724

Please sign in to comment.