Relative path for travis.
This commit is contained in:
parent
c20a91d878
commit
86dd48dac0
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue