Skip to content

Commit 5a674dd

Browse files
duanhongyiduanhongyi
authored andcommitted
chore(drone): use go-dev replace dind
1 parent 5bb2e94 commit 5a674dd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.drone/drone.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ name: default
44

55
steps:
66
- name: build-docs
7-
image: docker.io/library/docker:dind
7+
image: docker.io/drycc/go-dev
88
privileged: true
99
commands:
10-
- nohup dockerd &
11-
- apk add make bash curl git
1210
- make docker-build docker-build-docs
1311
- cd _build/html && echo "www.drycc.cc" > CNAME && git init
1412
environment:

0 commit comments

Comments
 (0)