.circleci/config.yml: bump to latest Prometheus orb
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
0d7e127bc7
commit
87f69c4d58
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
version: 2.1
|
||||
orbs:
|
||||
prometheus: prometheus/prometheus@0.16.0
|
||||
prometheus: prometheus/prometheus@0.17.1
|
||||
go: circleci/go@1.7.3
|
||||
jobs:
|
||||
test_frontend:
|
||||
|
@ -151,7 +151,6 @@ workflows:
|
|||
- test_frontend
|
||||
- test
|
||||
- build_all
|
||||
docker_version: "20.10.18"
|
||||
filters:
|
||||
branches:
|
||||
only: main
|
||||
|
@ -161,7 +160,6 @@ workflows:
|
|||
- test_frontend
|
||||
- test
|
||||
- build_all
|
||||
docker_version: "20.10.18"
|
||||
filters:
|
||||
tags:
|
||||
only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
|
||||
|
|
Loading…
Reference in New Issue