From 4a1aac90f3fe64b696a2d4f9f89beb07751588f4 Mon Sep 17 00:00:00 2001 From: Brett <54408245+kowh-ai@users.noreply.github.com> Date: Tue, 11 May 2021 13:18:39 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a08a483..76f1e65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,5 @@ jobs: env: TZ: UTC run: | - echo ${TZ} - ls -l /usr/share/zoneinfo/${TZ} - ls -l /etc/localtime + cmp /usr/share/zoneinfo/${TZ} /etc/localtime || echo "files are different" docker build ./ckan -t kowhai/ckan-docker-ckan:testing-only \ No newline at end of file