Skip to content

Commit 9a8f9d9

Browse files
author
dustinswales
committed
Add swathed output files to tarball. Ready fro KGO update to v007
1 parent 4d6ac8d commit 9a8f9d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/containerized-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
fi
123123
cd data/outputs/UKMO
124124
tar --ignore-failed-read -czf outputs.${{ matrix.compiler }}.UKMO.tgz cosp2_output.um_global.nc \
125-
cosp2_output_um.nc *.png cosp2_output*.${{ matrix.compiler }}.out
125+
cosp2_output_um.nc cosp2_swath_output.um_global.nc *.png cosp2_output*.${{ matrix.compiler }}.out
126126
ls -lh
127127
###############################################################################
128128
# Make output files available if any test fails

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
fi
161161
cd data/outputs/UKMO
162162
tar --ignore-failed-read -czf outputs.${{ matrix.compiler }}.UKMO.tgz cosp2_output.um_global.nc \
163-
cosp2_output_um.nc cosp2_output.um_global_model_levels.nc *.png \
163+
cosp2_output_um.nc cosp2_swath_output.um_global.nc cosp2_output.um_global_model_levels.nc *.png \
164164
cosp2_output.um_global.out
165165
ls -lh
166166
###############################################################################

0 commit comments

Comments
 (0)