Skip to content

Commit bf854d7

Browse files
committed
Debugging
1 parent b7ae07e commit bf854d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/scripts/before_install.sh

Lines changed: 2 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:46:52>
5+
# Time-stamp: <2018-02-15 14:59:13>
66
# Copyright (C) 2018 Sergei Antipov
77
# Description:
88

@@ -14,6 +14,7 @@ set -o pipefail
1414
# Latest Ansible install
1515
pip install docker-py ansible
1616
echo "Debugging information"
17+
which python
1718
pip list
1819
ansible --version
1920
docker version

0 commit comments

Comments
 (0)