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