Skip to content

Commit

Permalink
Move to new version of Drone
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan9562 committed Nov 7, 2018
1 parent 4d8cb51 commit d0594ad
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
20 changes: 16 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
pipeline:

testsuite:
image: quay.io/ukhomeofficedigital/dq-tf-testsuite:latest
privileged: true
pull: true
commands: run
image: docker:18.05
environment:
- DOCKER_HOST=tcp://172.17.0.1:2375
commands:
- docker run --rm -v $(pwd):/data -w /data hashicorp/terraform fmt --diff --check
when:
event: push

run-testrunner-tests:
image: quay.io/ukhomeofficedigital/tf-testrunner
commands: python -m unittest tests/*_test.py
secrets:
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
when:
event: push
1 change: 0 additions & 1 deletion .drone.yml.sig

This file was deleted.

0 comments on commit d0594ad

Please sign in to comment.