From e23276b72a6702a2417ce6b836141f8140f9303b Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Wed, 23 Oct 2019 18:52:16 +0100 Subject: [PATCH] ci(travis): standardise `saltcheck` comments * Automated using https://github.com/myii/ssf-formula/pull/83 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f799d7b..763738f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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