From 1c8ce0e976c1b77f6f528e448fe410561cd7446b Mon Sep 17 00:00:00 2001 From: William Yeh Date: Thu, 9 Jul 2015 12:48:04 +0800 Subject: Update: simplify circle.yml to leverage CircleCI's upgrading to Docker 1.6.2 --- Vagrantfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 9e3514b..beac0fc 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,12 +4,12 @@ Vagrant.configure(2) do |config| config.vm.provision "shell", inline: <<-SHELL cd /vagrant - docker build -t ansible:ubuntu14.04 ubuntu14.04 - docker build -t ansible:ubuntu12.04 ubuntu12.04 - docker build -t ansible:debian8 debian8 - docker build -t ansible:debian7 debian7 - docker build -t ansible:centos7 centos7 - docker build -t ansible:centos6 centos6 + docker build -t ansible:ubuntu14.04 ubuntu14.04 + docker build -t ansible:ubuntu12.04 ubuntu12.04 + docker build -t ansible:debian8 debian8 + docker build -t ansible:debian7 debian7 + docker build -t ansible:centos7 centos7 + docker build -t ansible:centos6 centos6 docker build -t ansible:ubuntu14.04-onbuild ubuntu14.04-onbuild docker build -t ansible:ubuntu12.04-onbuild ubuntu12.04-onbuild -- cgit v1.2.3