Skip to content

Commit b7ae07e

Browse files
committed
Debugging info
1 parent de8aca7 commit b7ae07e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/scripts/before_install.sh

Lines changed: 3 additions & 1 deletion
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 14:40:30>
5+
# Time-stamp: <2018-02-15 14:46:52>
66
# Copyright (C) 2018 Sergei Antipov
77
# Description:
88

@@ -13,6 +13,8 @@ set -o pipefail
1313

1414
# Latest Ansible install
1515
pip install docker-py ansible
16+
echo "Debugging information"
17+
pip list
1618
ansible --version
1719
docker version
1820
# Pull docker image or build it

0 commit comments

Comments
 (0)