Add description how to do CI

This commit is contained in:
Lukas Wölfer
2019-06-25 13:33:47 +02:00
parent b19cfbccab
commit f7e87439f0

4
CI_README.md Normal file
View File

@@ -0,0 +1,4 @@
- Build the docker in the dockerfile.
- Install gitlab-runner, `systemctl start gitlab-runner`.
- `sudo gitlab-runner register`, values required are in the gitlab repository under 'Settings/CI/Runners'
- Set the `pull_policy = "never"`