drone test
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
75af408e11
commit
a855c6646c
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: docker-build
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: greeting
|
||||||
|
image: docker:dind
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
path: /var/run
|
||||||
|
commands:
|
||||||
|
- sleep 5 # give docker enough time to start
|
||||||
|
- docker ps -a
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
FROM manjarolinux/base:latest
|
||||||
|
|
||||||
|
# Install ansible.
|
||||||
|
#
|
||||||
|
# python is already isntalled on this base image therefore we don't have to
|
||||||
|
# reinstall.
|
||||||
|
RUN pacman -S \
|
||||||
|
--noconfirm \
|
||||||
|
ansible
|
||||||
Loading…
Reference in New Issue