From 135902635f011e21fe06f32390b254b81620d363 Mon Sep 17 00:00:00 2001 From: Brett <54408245+kowh-ai@users.noreply.github.com> Date: Tue, 11 May 2021 13:00:42 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09cc34c..a08a483 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,5 +24,6 @@ jobs: TZ: UTC run: | echo ${TZ} - cp -f /usr/share/zoneinfo/${TZ} /etc/localtime + ls -l /usr/share/zoneinfo/${TZ} + ls -l /etc/localtime docker build ./ckan -t kowhai/ckan-docker-ckan:testing-only \ No newline at end of file