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

33 lines
520 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:
docker:dind
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
before_script:
- docker login -u $USERNAME -p $PASSWORD registry.wojciechkozlowski.eu
2018-12-18 01:39:51 +01:00
after_script:
- docker logout registry.wojciechkozlowski.eu
- make clean-all
proxy:
extends: .builds
script:
- make proxy
wiki:
extends: .builds
script:
- make wiki
nextcloud:
extends: .builds
script:
- make nextcloud