Update build.yml
This commit is contained in:
parent
efd0b82841
commit
135902635f
|
@ -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
|
Loading…
Reference in New Issue