Skip to content

Commit

Permalink
Merge branch 'ci/fix-release-step-script' into 'main'
Browse files Browse the repository at this point in the history
ci: fix release step script

See merge request hectorjsmith/fail2ban-prometheus-exporter!101
  • Loading branch information
hctrdev committed Jun 22, 2023
2 parents 0a132c8 + 8c67048 commit f877fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f877fcb

Please sign in to comment.