This repository has been archived on 2023-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
loki/.gitlab-ci.yml
2019-12-15 10:18:10 +01:00

36 lines
531 B
YAML

image: docker:latest
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
services:
- docker:dind
before_script:
- apk add make
- docker login -u $USERNAME -p $PASSWORD registry.wojciechkozlowski.eu
after_script:
- docker logout registry.wojciechkozlowski.eu
- make clean-all
.builds:
only:
- schedules
tags:
- docker
html:
extends: .builds
script:
- make html
proxy:
extends: .builds
script:
- make proxy
nextcloud:
extends: .builds
script:
- make nextcloud