Update build.yml

This commit is contained in:
Brett 2021-05-11 13:00:42 +02:00
parent efd0b82841
commit 135902635f
1 changed files with 2 additions and 1 deletions

View File

@ -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