Skip to content

Commit

Permalink
Disable provisioning tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed May 14, 2021
1 parent 4975d67 commit 90ffbe7
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,5 @@
---
kind: pipeline
name: provisioning-tests

platform:
os: linux
arch: amd64

steps:
- name: build
image: rancher/dapper:v0.5.4
commands:
- dapper provisioning-tests
privileged: true
volumes:
- name: docker
path: /var/run/docker.sock
when:
event:
- push
- pull_request
- tag

volumes:
- name: docker
host:
path: /var/run/docker.sock

trigger:
event:
exclude:
- promote
---
kind: pipeline
name: default-linux-amd64

platform:
Expand Down

0 comments on commit 90ffbe7

Please sign in to comment.