From 2e09724f62ee4ca873e21ba70efcbd1902c9c697 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Fri, 25 Aug 2023 13:31:40 -0600 Subject: [PATCH] Per #12, temporary change to the Dockerfile to pull compile_MET_all.sh script from the feature_2669_proj branch to demonstrate that this that script runs fine via GHA. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 44b4055..3745bca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \