Relative path for travis.

This commit is contained in:
Robert de Bock 2020-10-15 21:19:37 +02:00
parent c20a91d878
commit 86dd48dac0
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
failed_when: no failed_when: no
- name: generate secure hash - name: generate secure hash
command: /usr/local/bin/travis encrypt --pro "{{ secure.slack_token }}" --no-interactive command: travis encrypt --pro "{{ secure.slack_token }}" --no-interactive
register: travis_secure register: travis_secure
when: when:
- (travis.notifications.slack.secure is defined and travis.notifications.slack.secure | length < 512) or - (travis.notifications.slack.secure is defined and travis.notifications.slack.secure | length < 512) or