Skip to content

Commit ce192fe

Browse files
committed
Fix before install script
1 parent 136c98b commit ce192fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/scripts/before_install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- mode: sh; -*-
33

44
# File: before_install.sh
5-
# Time-stamp: <2018-02-15 13:56:37>
5+
# Time-stamp: <2018-02-15 14:08:01>
66
# Copyright (C) 2018 Sergei Antipov
77
# Description:
88

@@ -13,10 +13,10 @@ set -o pipefail
1313

1414
sudo apt-get update
1515
sudo apt-get install apt-transport-https
16-
ansible --version
17-
docker version
1816
# Latest Ansible install
1917
sudo pip3 install docker ansible
18+
ansible --version
19+
docker version
2020
# Pull docker image or build it
2121
if [ -f tests/Dockerfile.${DISTRIBUTION}_${DIST_VERSION} ]
2222
then

0 commit comments

Comments
 (0)