mirror of
https://github.com/monitoring-mixins/website.git
synced 2024-12-14 11:37:31 +00:00
14 lines
417 B
YAML
14 lines
417 B
YAML
---
|
|
kind: pipeline
|
|
type: docker
|
|
|
|
steps:
|
|
- name: regenerate
|
|
image: golang:1.14
|
|
commands:
|
|
- apt update && apt install jq -y
|
|
- GO111MODULE=off go get -u github.com/myitcv/gobin
|
|
- gobin github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@efe0c9e864431e93d5c3376bd5931d0fb9b2a296
|
|
- gobin github.com/brancz/gojsontoyaml
|
|
- gobin github.com/google/go-jsonnet/cmd/jsonnet
|
|
- ./generate.sh && git diff --exit-code
|