Skip to content

Commit

Permalink
no dev output (SumoLogic#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlclmj authored Aug 20, 2020
1 parent 9a06351 commit e27cb14
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ steps:
commands:
- terraform fmt -write=false -list -diff -check -recursive terraform

- name: no-output
image: alpine:latest
commands:
- echo "Removing output file..."
- rm terraform/output.tf

- name: plan
image: jmccann/drone-terraform:6.3-0.12.20
settings:
Expand Down Expand Up @@ -316,6 +322,6 @@ steps:

---
kind: signature
hmac: 39fd1cab314c22ba9e4a203f3d94b9a4479de21621b231c20f9ed96a432d66d9
hmac: 7710c4854d7f82a10283d2af9c698242292e13348e5d8800069657ec45c157f4

...

0 comments on commit e27cb14

Please sign in to comment.