mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
Enable Travis to run E2E against kube 1.15.0
Remove Travis from skip doc check Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
ffe99403fc
commit
5cf0599367
@ -5,7 +5,7 @@ CHANGED_FILES=$(git diff --name-only "$TRAVIS_COMMIT_RANGE")
|
||||
|
||||
skip=0
|
||||
#files to be skipped
|
||||
declare -a FILES=(^docs/ .md$ ^scripts/ LICENSE .travis.yml .mergify.yml .github .gitignore)
|
||||
declare -a FILES=(^docs/ .md$ ^scripts/ LICENSE .mergify.yml .github .gitignore)
|
||||
|
||||
function check_file_present() {
|
||||
local file=$1
|
||||
|
Reference in New Issue
Block a user