Skip yamlfmt on jenkins too
This commit is contained in:
@@ -5,8 +5,8 @@ set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
if env | grep -q '^TRAVIS=true$'; then
|
||||
echo "Travis gives wonky results here, skipping test!"
|
||||
if env | grep -q -e '^TRAVIS=true$' -e '^JENKINS_URL='; then
|
||||
echo "Travis and Jenkins give wonky results here, skipping test!"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user