This commit is contained in:
jpekkila
2020-08-19 11:50:06 +00:00
parent 3f85240d9c
commit e32e824a85

View File

@@ -20,8 +20,8 @@ pipelines:
scheduled:
- step:
script: # Modify the commands below to build your repository.
- ARG DEBIAN_FRONTEND=noninteractive
- ENV TZ=Europe/Helsinki
- export DEBIAN_FRONTEND=noninteractive
- ln -fs /usr/share/zoneinfo/Europe/Helsinki /etc/localtime
- mkdir -p build && cd build
- apt-get update
- apt-get install -y apt-transport-https ca-certificates gnupg software-properties-common wget