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 path: /var/run
commands: commands:
- sleep 5 # give docker enough time to start - sleep 5 # give docker enough time to start
- docker ps -a - docker build . -t shnee/ansible-manjaro
services: services:
- name: docker - name: docker

Loading…
Cancel
Save