.drone.yml

This commit is contained in:
C菌
2022-04-13 02:00:39 +08:00
parent 7fa71a4934
commit a6ac70ad31

View File

@@ -3,11 +3,11 @@ kind: pipeline
name: default
steps:
- name: build
image: golang:latest
commands:
- "pwd"
- "cd helloworld"
# - name: build
# image: golang:latest
# commands:
# - "pwd"
# - "cd helloworld"
- name: docker
image: plugins/docker
@@ -22,18 +22,6 @@ steps:
tags:
- latest
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}
trigger:
branch:
- master