We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136c98b commit ce192feCopy full SHA for ce192fe
tests/scripts/before_install.sh
@@ -2,7 +2,7 @@
2
# -*- mode: sh; -*-
3
4
# File: before_install.sh
5
-# Time-stamp: <2018-02-15 13:56:37>
+# Time-stamp: <2018-02-15 14:08:01>
6
# Copyright (C) 2018 Sergei Antipov
7
# Description:
8
@@ -13,10 +13,10 @@ set -o pipefail
13
14
sudo apt-get update
15
sudo apt-get install apt-transport-https
16
-ansible --version
17
-docker version
18
# Latest Ansible install
19
sudo pip3 install docker ansible
+ansible --version
+docker version
20
# Pull docker image or build it
21
if [ -f tests/Dockerfile.${DISTRIBUTION}_${DIST_VERSION} ]
22
then
0 commit comments