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