Add 'docker build' step to pipeline.
continuous-integration/drone/push Build is passing Details

drone
shnee 4 years ago
parent f2a099fd5d
commit 70d42722df

@ -11,7 +11,7 @@ steps:
path: /var/run
commands:
- sleep 5 # give docker enough time to start
- docker ps -a
- docker build . -t shnee/ansible-manjaro
services:
- name: docker

Loading…
Cancel
Save