Skip to content

Commit

Permalink
fixing more bugs with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
josehelps committed Aug 26, 2021
1 parent 3f26a0a commit ad4b4be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apt-run: &apt-install
name: install system packages
command: |
sudo apt update -qq
sudo apt install -y python-dev python3-dev -qq
sudo apt install -y python-dev python3-dev xsel -qq
executors:
content-executor:
Expand Down
1 change: 0 additions & 1 deletion modules/TerraformController.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ def getIP(self, response, machine_type):
for machine in response:
for x in machine:
if machine_type in x:
print(machine_type, x)
ip = machine[2]
return ip

Expand Down

0 comments on commit ad4b4be

Please sign in to comment.