.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 name: default
steps: steps:
- name: build # - name: build
image: golang:latest # image: golang:latest
commands: # commands:
- "pwd" # - "pwd"
- "cd helloworld" # - "cd helloworld"
- name: docker - name: docker
image: plugins/docker image: plugins/docker
@@ -22,18 +22,6 @@ steps:
tags: tags:
- latest - latest
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}
trigger: trigger:
branch: branch:
- master - master