Skip to content

Commit

Permalink
make dronegen
Browse files Browse the repository at this point in the history
  • Loading branch information
webvictim committed Mar 25, 2021
1 parent cc58792 commit b6371e7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ services:
volumes:
- name: tmpfs
path: /tmpfs
- name: dockertmpfs
path: /var/lib/docker
- name: tmp-dind
path: /tmp
- name: dockersock
Expand All @@ -194,14 +196,17 @@ volumes:
temp: {}
- name: tmp-integration
temp: {}
- name: dockertmpfs
temp:
medium: memory
- name: dockersock
temp: {}

---
################################################
# Generated using dronegen, do not edit by hand!
# Use 'make dronegen' to update.
# Generated at dronegen/tests.go:203
# Generated at dronegen/tests.go:212
################################################

kind: pipeline
Expand Down Expand Up @@ -283,12 +288,17 @@ services:
volumes:
- name: tmpfs
path: /tmpfs
- name: dockertmpfs
path: /var/lib/docker
- name: dockersock
path: /var/run
volumes:
- name: tmpfs
temp:
medium: memory
- name: dockertmpfs
temp:
medium: memory
- name: dockersock
temp: {}

Expand Down Expand Up @@ -4742,6 +4752,6 @@ volumes:
name: drone-s3-debrepo-pvc
---
kind: signature
hmac: cffe37fc9bdcc947e927875a202940b47559076b0f67333295813e7bdb8ff422
hmac: 273dd935191f15a3702b79a2ee55d5557e51b27a2ae3fe567c94d251f6925a66

...

0 comments on commit b6371e7

Please sign in to comment.