Skip to content

Commit ad4b4be

Browse files
committed
fixing more bugs with CI
1 parent 3f26a0a commit ad4b4be

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apt-run: &apt-install
1515
name: install system packages
1616
command: |
1717
sudo apt update -qq
18-
sudo apt install -y python-dev python3-dev -qq
18+
sudo apt install -y python-dev python3-dev xsel -qq
1919
2020
executors:
2121
content-executor:

modules/TerraformController.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ def getIP(self, response, machine_type):
275275
for machine in response:
276276
for x in machine:
277277
if machine_type in x:
278-
print(machine_type, x)
279278
ip = machine[2]
280279
return ip
281280

0 commit comments

Comments
 (0)