mirror of
https://github.com/appium/appium.git
synced 2026-05-06 19:09:35 -05:00
disabling doc lint ci
This commit is contained in:
+3
-3
@@ -9,9 +9,9 @@ if [[ $TRAVIS_SECURE_ENV_VARS == true ]] && [[ $TRAVIS_PULL_REQUEST == false ]];
|
||||
fi
|
||||
|
||||
if [[ $CI_CONFIG == 'unit' ]]; then
|
||||
cd docs
|
||||
appium_doc_lint || exit 1
|
||||
cd -
|
||||
# cd docs
|
||||
# appium_doc_lint || exit 1
|
||||
# cd -
|
||||
npm test
|
||||
elif [[ $CI_CONFIG == 'ios' ]]; then
|
||||
unset SUDO_UID
|
||||
|
||||
Reference in New Issue
Block a user