test mount

This commit is contained in:
Christoph Honal 2020-02-13 18:22:43 +01:00
parent c5359b5fd3
commit ccbfbb8e2e

View File

@ -1,20 +1,13 @@
kind: pipeline kind: pipeline
name: default name: exec
platform:
arch: arm64
steps: steps:
- name: build - name: build
image: plugins/docker image: docker
settings: commands:
username: - docker build --rm -t dagobert:latest .
from_secret: docker_username volumes:
password: - /var/run/docker.sock:/var/run/docker.sock
from_secret: docker_password
repo: registry.chrz.de:443/hello-ci
registry: registry.chrz.de:443
dry_run: true
- name: notify - name: notify
image: drillster/drone-email image: drillster/drone-email
settings: settings: