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 de8aca7 commit b7ae07eCopy full SHA for b7ae07e
tests/scripts/before_install.sh
@@ -2,7 +2,7 @@
2
# -*- mode: sh; -*-
3
4
# File: before_install.sh
5
-# Time-stamp: <2018-02-15 14:40:30>
+# Time-stamp: <2018-02-15 14:46:52>
6
# Copyright (C) 2018 Sergei Antipov
7
# Description:
8
@@ -13,6 +13,8 @@ set -o pipefail
13
14
# Latest Ansible install
15
pip install docker-py ansible
16
+echo "Debugging information"
17
+pip list
18
ansible --version
19
docker version
20
# Pull docker image or build it
0 commit comments