Fix before install script

This commit is contained in:
Sergei Antipov 2018-02-15 14:08:05 +07:00
parent 136c98beb7
commit ce192feddc
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# -*- mode: sh; -*-
# File: before_install.sh
# Time-stamp: <2018-02-15 13:56:37>
# Time-stamp: <2018-02-15 14:08:01>
# Copyright (C) 2018 Sergei Antipov
# Description:
@ -13,10 +13,10 @@ set -o pipefail
sudo apt-get update
sudo apt-get install apt-transport-https
ansible --version
docker version
# Latest Ansible install
sudo pip3 install docker ansible
ansible --version
docker version
# Pull docker image or build it
if [ -f tests/Dockerfile.${DISTRIBUTION}_${DIST_VERSION} ]
then