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