Compare commits

..
1 Commits
Author SHA1 Message Date
sneak 3561a14b83 fix
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2022-11-28 02:33:17 +01:00
+4 -2
View File
@@ -3,10 +3,12 @@ name: test-docker-build
steps:
- name: test-docker-build
image: plugins/docker:19
image: plugins/docker
#image: plugins/kaniko
commands:
- echo nameserver 116.202.204.30 > /etc/resolv.conf
- cat /etc/group
- addgroup docker
- /bin/sh /usr/local/bin/dockerd-entrypoint.sh /bin/drone-docker
#- exec /bin/drone-docker
#- exec /bin/sh /usr/local/bin/dockerd-entrypoint.sh /bin/drone-docker
@@ -14,7 +16,7 @@ steps:
#- cat /etc/resolv.conf
settings:
debug: true
#privileged: true
privileged: true
repo: test/test
tags:
- ${DRONE_COMMIT_SHA}