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