We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6831dec commit d7ed133Copy full SHA for d7ed133
.github/workflows/ci-compile-test.yml
@@ -19,7 +19,7 @@ jobs:
19
mkdir ~/.cime
20
cp /home/e3smuser/.cime/* /github/home/.cime/
21
git clone https://github.com/rfiorella/pt-e3sm-inputdata /home/e3smuser/inputdata
22
- find /home/e3smuser/inputdata -type f -name "*.gz" -exec gunzip -v {} \;
+ find /home/e3smuser/inputdata -type f -name "*.gz" -exec tar -zvf {} \;
23
- name: create new case and setup
24
run: |
25
cd cime/scripts && ./create_newcase --mach docker --res ELM_USRDAT --compset ICB1850CNPRDCTCBC --case ~/output/ci_test \
0 commit comments