* Cleanup old CircleCI config. * Fix build job dependency. * Update CI badge. Signed-off-by: Ben Kochie <superq@gmail.com>pull/3605/head
parent
33c8ca0983
commit
d2b2230b04
@ -1,29 +0,0 @@ |
||||
--- |
||||
version: 2.1 |
||||
orbs: |
||||
prometheus: prometheus/prometheus@0.17.1 |
||||
executors: |
||||
# Whenever the Go version is updated here, .promu.yml and .promu-cgo.yml |
||||
# should also be updated. |
||||
golang: |
||||
docker: |
||||
- image: cimg/go:1.26 |
||||
arm: |
||||
docker: |
||||
- image: cimg/go:1.26 |
||||
resource_class: arm.medium |
||||
|
||||
jobs: |
||||
test: |
||||
executor: golang |
||||
steps: |
||||
- run: "true" |
||||
|
||||
workflows: |
||||
version: 2 |
||||
node_exporter: |
||||
jobs: |
||||
- test: |
||||
filters: |
||||
tags: |
||||
only: /.*/ |
||||
Loading…
Reference in new issue