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

12 lines
186 B
YAML
Raw Normal View History

2018-01-26 00:09:24 +01:00
after_script:
- make clean-all
build:
only:
- schedules
tags:
- docker
script:
- docker login -u $USERNAME -p $PASSWORD registry.wojciechkozlowski.eu
2018-01-26 00:09:24 +01:00
- make all