Skip to content

Commit

Permalink
Fix .yaml test file to use array instead of string
Browse files Browse the repository at this point in the history
  • Loading branch information
John Baublitz committed Aug 9, 2018
1 parent 365c536 commit a7ec6e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
vars:
timestamp: "{{ lookup('pipe', 'date +%Y%m%d') }}"
threatstack_deploy_key: "{{ lookup('env','API_KEY') }}"
threatstack_ruleset: 'Travis Rule Set'
threatstack_ruleset:
- 'Travis Rule Set'
threatstack_hostname: 'TravisCI_{{timestamp}}'
threatstack_config_dir: '/etc/threatstack'
threatstack_config: "{{ threatstack_config_dir }}/tsconfig.json"
Expand Down

0 comments on commit a7ec6e9

Please sign in to comment.