Skip to content

Commit

Permalink
ci(travis): standardise saltcheck comments
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#83
  • Loading branch information
myii committed Oct 23, 2019
1 parent 6e54c3f commit e23276b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ script:
# yamllint disable rule:line-length
# Converge and verify the instance; `saltcheck` relies upon the `converge` as well
- bin/kitchen verify "${INSTANCE}"
# If a `develop` instance, get the appropriate version of `saltcheck.py` &
# `cron.py` (temporary)
# If a `develop` instance, get the appropriate version of `saltcheck.py` (temporary)
# Likewise, use a custom `cron.py` temporarily until the upstream PR is merged:
# - https://github.com/saltstack/salt/pull/55016
- if [ ! -z $(echo "${INSTANCE}" | grep \\-develop-) ]; then
bin/kitchen exec "${INSTANCE}" -c
"sudo curl -o \$(find /usr/lib/ -type d -name modules | grep packages/salt/modules)/saltcheck.py
Expand Down

0 comments on commit e23276b

Please sign in to comment.