File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -170,19 +170,19 @@ jobs:
170170 - name : Produce plots and create tarball
171171 if : failure()
172172 run : |
173+ cd data/outputs/UKMO
174+ tar --ignore-failed-read -czf outputs.${{ matrix.compiler }}.UKMO.tgz cosp2_output.um_global.nc \
175+ cosp2_output_um.nc cosp2_output.um_global_model_levels.nc *.png \
176+ cosp2_output.um_global.out
177+ ls -lh
173178 TST_MLEV=data/outputs/UKMO/cosp2_output.um_global_model_levels.nc
174- cd driver
179+ cd ~/ driver
175180 if [[ -e data/outputs/UKMO/cosp2_output.um_global.nc ]]; then
176181 python plot_test_outputs.py
177182 fi
178183 if [[ -e data/outputs/UKMO/cosp2_output.um_global_model_levels.nc ]]; then
179184 python plot_test_outputs.py --tst_file=$TST_MLEV
180185 fi
181- cd data/outputs/UKMO
182- tar --ignore-failed-read -czf outputs.${{ matrix.compiler }}.UKMO.tgz cosp2_output.um_global.nc \
183- cosp2_output_um.nc cosp2_output.um_global_model_levels.nc *.png \
184- cosp2_output.um_global.out
185- ls -lh
186186 # ##############################################################################
187187 # Make output files available if any test fails
188188 # ##############################################################################
You can’t perform that action at this time.
0 commit comments