mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-10 07:53:29 +01:00
Fix path to Dockerfile
This commit is contained in:
parent
43c25c0302
commit
5d73dbbb94
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ before_install:
|
||||||
- sudo docker pull centos:7
|
- sudo docker pull centos:7
|
||||||
- sudo docker pull ubuntu:14.04
|
- sudo docker pull ubuntu:14.04
|
||||||
# Customize containers
|
# Customize containers
|
||||||
- sudo docker build --rm=true --file=Dockerfile.centos --tag=centos:ansible tests
|
- sudo docker build --rm=true --file=tests/Dockerfile.centos --tag=centos:ansible tests
|
||||||
- sudo docker build --rm=true --file=Dockerfile.ubuntu --tag=ubuntu:ansible tests
|
- sudo docker build --rm=true --file=tests/Dockerfile.ubuntu --tag=ubuntu:ansible tests
|
||||||
|
|
||||||
script:
|
script:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue