We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb2e94 commit 5a674ddCopy full SHA for 5a674dd
1 file changed
.drone/drone.yml
@@ -4,11 +4,9 @@ name: default
4
5
steps:
6
- name: build-docs
7
- image: docker.io/library/docker:dind
+ image: docker.io/drycc/go-dev
8
privileged: true
9
commands:
10
- - nohup dockerd &
11
- - apk add make bash curl git
12
- make docker-build docker-build-docs
13
- cd _build/html && echo "www.drycc.cc" > CNAME && git init
14
environment:
0 commit comments