mirror of
https://github.com/prometheus/prometheus.git
synced 2025-12-07 10:31:03 +01:00
Remove obsolete CircleCI config
Builds have been stopped, we can remove the CircleCI config file. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
ae83804ab0
commit
ab7f2d0b24
@ -1,33 +0,0 @@
|
||||
---
|
||||
# Prometheus has switched to GitHub action.
|
||||
# Circle CI is not disabled repository-wise so that previous pull requests
|
||||
# continue working.
|
||||
# This file does not generate any CircleCI workflow.
|
||||
|
||||
version: 2.1
|
||||
|
||||
executors:
|
||||
golang:
|
||||
docker:
|
||||
- image: busybox
|
||||
|
||||
jobs:
|
||||
noopjob:
|
||||
executor: golang
|
||||
|
||||
steps:
|
||||
- run:
|
||||
command: "true"
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
prometheus:
|
||||
jobs:
|
||||
- noopjob
|
||||
triggers:
|
||||
- schedule:
|
||||
cron: "0 0 30 2 *"
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- main
|
||||
Loading…
x
Reference in New Issue
Block a user