update yaml config

This commit is contained in:
Hector 2023-06-22 22:49:24 +01:00
parent 0a132c83df
commit 2e5da650c1

View File

@ -54,8 +54,8 @@ release:
GIT_DEPTH: 0
rules:
- if: $CI_COMMIT_TAG =~ /^v.*$/
script:
- docker run --rm --privileged \
script: |
docker run --rm --privileged \
-v $PWD:/go/src/gitlab.com/hectorjsmith/fail2ban-prometheus-exporter \
-w /go/src/gitlab.com/hectorjsmith/fail2ban-prometheus-exporter \
-v /var/run/docker.sock:/var/run/docker.sock \