terraform-datadog-old-monitors/bitbucket-pipelines.yml
2018-08-22 17:23:25 +02:00

15 lines
365 B
YAML

image: hashicorp/terraform:full
pipelines:
default:
- step:
name: Check auto update
script:
- apk update
- apk upgrade
- apk add --no-cache bash git grep coreutils
- go get github.com/segmentio/terraform-docs
- ./scripts/auto_update.sh
- git status
- git diff --exit-code