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

35 lines
514 B
YAML
Raw Normal View History

2018-12-18 01:39:51 +01:00
image: docker:latest
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
services:
2018-12-18 01:44:28 +01:00
- docker:dind
before_script:
- docker login -u $USERNAME -p $PASSWORD registry.wojciechkozlowski.eu
after_script:
- docker logout registry.wojciechkozlowski.eu
- make clean-all
2018-01-26 00:09:24 +01:00
2018-12-18 01:39:51 +01:00
.builds:
2018-01-26 00:09:24 +01:00
only:
- schedules
tags:
- docker
2018-12-18 01:39:51 +01:00
proxy:
extends: .builds
script:
- make proxy
wiki:
extends: .builds
script:
- make wiki
nextcloud:
extends: .builds
script:
- make nextcloud