This commit is contained in:
parent
fcc83544dc
commit
7dd1b61a11
@ -27,7 +27,7 @@ steps:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: deps
|
- name: deps
|
||||||
path: /go
|
path: /go
|
||||||
- name: bin
|
- name: binaries
|
||||||
path: /binaries
|
path: /binaries
|
||||||
commands:
|
commands:
|
||||||
- cd src
|
- cd src
|
||||||
@ -41,7 +41,7 @@ steps:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: docker_socket
|
- name: docker_socket
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
- name: bin
|
- name: binaries
|
||||||
path: /binaries
|
path: /binaries
|
||||||
privileged: true
|
privileged: true
|
||||||
commands:
|
commands:
|
||||||
@ -66,7 +66,7 @@ steps:
|
|||||||
- name: binary-cleanup
|
- name: binary-cleanup
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
volumes:
|
volumes:
|
||||||
- name: bin
|
- name: binaries
|
||||||
path: /binaries
|
path: /binaries
|
||||||
commands:
|
commands:
|
||||||
- rm -rf /binaries/*
|
- rm -rf /binaries/*
|
||||||
@ -83,7 +83,7 @@ steps:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: deps
|
- name: deps
|
||||||
temp: {}
|
temp: {}
|
||||||
- name: bin
|
- name: binaries
|
||||||
temp: {}
|
temp: {}
|
||||||
- name: docker_socket
|
- name: docker_socket
|
||||||
host:
|
host:
|
||||||
|
Loading…
Reference in New Issue
Block a user