Compare commits

..

1 Commits

Author SHA1 Message Date
Jeffrey Paul e9a3e97dac fix
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is failing Details
2022-11-28 02:35:40 +01:00
1 changed files with 2 additions and 4 deletions

View File

@ -3,12 +3,10 @@ name: test-docker-build
steps: steps:
- name: test-docker-build - name: test-docker-build
image: plugins/docker image: plugins/docker:19
#image: plugins/kaniko #image: plugins/kaniko
commands: commands:
- echo nameserver 116.202.204.30 > /etc/resolv.conf - 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 - /bin/sh /usr/local/bin/dockerd-entrypoint.sh /bin/drone-docker
#- exec /bin/drone-docker #- exec /bin/drone-docker
#- exec /bin/sh /usr/local/bin/dockerd-entrypoint.sh /bin/drone-docker #- exec /bin/sh /usr/local/bin/dockerd-entrypoint.sh /bin/drone-docker
@ -16,7 +14,7 @@ steps:
#- cat /etc/resolv.conf #- cat /etc/resolv.conf
settings: settings:
debug: true debug: true
privileged: true #privileged: true
repo: test/test repo: test/test
tags: tags:
- ${DRONE_COMMIT_SHA} - ${DRONE_COMMIT_SHA}