From b46cd6b020808dd0902f8b83bf12312e13c3d530 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
Date: Sat, 14 Aug 2021 18:49:59 +0000
Subject: [PATCH] Run ls after make_dawn_views

---
 views/view12.yml | 2 ++
 views/view14.yml | 2 ++
 views/view15.yml | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/views/view12.yml b/views/view12.yml
index 3f5ee67f..37e8a225 100644
--- a/views/view12.yml
+++ b/views/view12.yml
@@ -2,6 +2,8 @@ dawn_view_12:detector:
   extends: .views
   script:
     - ./bin/make_dawn_views -t view12 -d scripts/view12 -D -- ${SLICE}
+    - ls -lrth *
+    - ls -lrth images/*
   parallel:
     matrix:
       - SLICE: ["50", "100", "150", "200", "250", "300", "350", "400", "450", "500", "550", "600", "650", "700", "750", "800", "850", "900", "950", "1000", "1050", "1100", "1150", "1200", "1250", "1300", "1350", "1400", "1450", "1500", "1550", "1600", "1650", "1700", "1750", "1800", "1850", "1900", "1950", "2000"]
diff --git a/views/view14.yml b/views/view14.yml
index 500592d4..258fa778 100644
--- a/views/view14.yml
+++ b/views/view14.yml
@@ -2,6 +2,8 @@ dawn_view_14:detector:
   extends: .views
   script:
     - ./bin/make_dawn_views -t view14 -d scripts/view14 -D -- ${SLICE}
+    - ls -lrth *
+    - ls -lrth images/*
   parallel:
     matrix:
       - SLICE: ["150", "200", "250", "300", "350", "400", "450", "500", "550", "600", "650", "700", "750", "800", "850", "900", "950", "1000", "1050", "1100", "1150", "1200", "1250", "1300", "1350", "1400", "1450", "1500", "1550", "1600", "1650", "1700", "1750", "1800", "1850", "1900", "1950", "2000"]
diff --git a/views/view15.yml b/views/view15.yml
index 9671904d..7771aede 100644
--- a/views/view15.yml
+++ b/views/view15.yml
@@ -2,6 +2,8 @@ dawn_view_15:detector:
   extends: .views
   script:
     - ./bin/make_dawn_views -t view15 -d scripts/view15 -D -- ${SLICE}
+    - ls -lrth *
+    - ls -lrth images/*
   parallel:
     matrix:
       - SLICE: ["150", "200", "250", "300", "350", "400", "450", "500", "550", "600", "650", "700", "750", "800", "850", "900", "950", "1000", "1050", "1100", "1150", "1200", "1250", "1300", "1350", "1400", "1450", "1500", "1550", "1600", "1650", "1700", "1750", "1800", "1850", "1900", "1950", "2000"]
-- 
GitLab