1
0
Fork 0
Commit graph

9 commits

Author SHA1 Message Date
Renovate Bot
e01ea3417d Update docker.io/gitlab/gitlab-runner Docker tag to v13.2.2 2020-08-02 04:30:40 +00:00
Renovate Bot
9d14dd8041 Update docker.io/gitlab/gitlab-runner Docker tag to v13.2.1 2020-07-26 05:48:35 +00:00
Sheogorath
bbd5323de4
Fix missing python libraries
Ansible reports:

```
Failed to import the required Python library (requests) on container's Python /usr/bin/python2.
```

This is due to missing libraries obviously as well as the fact that
ansible runs in python2 not python 3 on debian. Therefore this patch
rewrites the added lbiraries for influxdb and fixes the error message.
2020-07-06 00:42:12 +02:00
Sheogorath
10330144bb
Fix broken FROM tag
The last commit introduced a broken version reference due to a missing v
in front for the version.

This patch repairs this issue as well as providing a full repository
reference in order to make sure no override from other repositories
happens.
2020-07-05 23:23:10 +02:00
Sheogorath
df103f9387
Add influxdb dependency
This patch adds the influxdb library as dependency the gitlab runner
which will allow the mangement of influxdb setups using the new
monitoring module from the infrastructure repository.[1]

[1]: 9ae68023f1/roles/monitoring
2020-07-05 23:13:10 +02:00
Sheogorath
3f92097466
Upgrade .gitlab-ci process
This patch will upgrade to the newer gitlab-ci build process using
podman.
2020-07-05 23:12:14 +02:00
Sheogorath
b87c46c43f
Fix and add cleanup 2019-01-30 00:48:22 +01:00
Sheogorath
c6e6084eeb
Fix missing backslash 2019-01-30 00:44:42 +01:00
Sheogorath
a726d9f9bd
Inital commit for gitlab-runner 2019-01-30 00:37:08 +01:00