append, new repository, don't overwrite
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Joseph Montanaro 2020-12-29 09:40:22 -08:00
parent 05d80aee69
commit 11d2585268

View File

@ -14,7 +14,7 @@ steps:
- name: docker-socket - name: docker-socket
path: /var/run/docker.sock path: /var/run/docker.sock
commands: commands:
- echo 'http://dl-cdn.alpinelinux.org/alpine/edge/community' > /etc/apk/repositories - echo 'http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories
- apk update - apk update
- apk add git yq - apk add git yq
- git clone https://github.com/drone/drone.git . - git clone https://github.com/drone/drone.git .