Skip to content

Commit

Permalink
More debug for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jackivanov committed Mar 27, 2018
1 parent c378eac commit bb094a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ addons:
- expect-dev
- debootstrap
- shellcheck
- tree

cache:
directories:
Expand Down Expand Up @@ -54,6 +55,8 @@ install:
- sudo apt-get install build-essential libssl-dev libffi-dev python-dev && sudo pip install -r requirements.txt
- pip install ansible-lint
- gem install awesome_bot
- ansible-playbook --version
- tree . -L 2

script:
# - awesome_bot --allow-dupe --skip-save-results *.md docs/*.md --white-list paypal.com,do.co,microsoft.com,https://github.com/trailofbits/algo/archive/master.zip,https://github.com/trailofbits/algo/issues/new
Expand Down
2 changes: 1 addition & 1 deletion playbooks/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
blockinfile:
dest: configs/inventory.dynamic
marker: "# {mark} ALGO MANAGED BLOCK"
create: yes
create: true
block: |
[algo:children]
{% for group in cloud_providers.keys() %}
Expand Down

0 comments on commit bb094a7

Please sign in to comment.