Skip to content

Commit

Permalink
drone v1
Browse files Browse the repository at this point in the history
  • Loading branch information
nefischer committed Jan 12, 2022
1 parent db9774f commit 4e6a2e2
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
pipeline:
validate:
image: quay.io/ukhomeofficedigital/terraform-toolset:v1.1.3-2
commands:
- /acp/scripts/tf-validate.sh
when:
event: [pull_request, push]
---
kind: pipeline
name: default
type: kubernetes

platform:
os: linux
arch: amd64

steps:
- name: validate
pull: if-not-exists
image: quay.io/ukhomeofficedigital/terraform-toolset:v1.1.3-2
commands:
- /acp/scripts/tf-validate.sh
when:
event:
- pull_request
- push

...

0 comments on commit 4e6a2e2

Please sign in to comment.