This commit is contained in:
parent
14ea48b0e8
commit
b04473daaf
10
.drone.yml
10
.drone.yml
@ -2,6 +2,16 @@ type: docker
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: "shuttle-drone-templates"
|
name: "shuttle-drone-templates"
|
||||||
steps:
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: docker:dind
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
path: /var/run
|
||||||
|
commands:
|
||||||
|
- ls /var/run
|
||||||
|
- set -eu
|
||||||
|
- sleep 10
|
||||||
|
- echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io
|
||||||
- name: "build"
|
- name: "build"
|
||||||
image: docker.io/kasperhermansen/shuttle-drone:1680894029336
|
image: docker.io/kasperhermansen/shuttle-drone:1680894029336
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user