local path.

This commit is contained in:
Robert de Bock 2020-09-30 10:09:22 +02:00
parent 2f61c25b72
commit 10532fa2fc
1 changed files with 1 additions and 1 deletions

View File

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