Manyverse: Remove appium dependency
It fails to build on the build server and is not needed anyway
This commit is contained in:
parent
d086de58e0
commit
95f2fb9559
|
@ -41,6 +41,7 @@ Builds:
|
|||
cp -a node-v8.11.4-linux-x64/. /usr/local/ && \
|
||||
npm install -g react-native-cli
|
||||
init: |-
|
||||
sed -i -e '/appium/d' ../../package.json && \
|
||||
npm install && \
|
||||
truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||||
gradle:
|
||||
|
@ -50,13 +51,7 @@ Builds:
|
|||
rm:
|
||||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||||
- node_modules/appium/node_modules/appium-adb/jars/
|
||||
- node_modules/appium/node_modules/appium-uiautomator/test/fixtures/*.jar
|
||||
- node_modules/appium/node_modules/appium-android-bootstrap/bootstrap/bin/*.jar
|
||||
- node_modules/appium/node_modules/appium-selendroid-driver/selendroid/download/*.jar
|
||||
- node_modules/*/build/Release/*.node
|
||||
- node_modules/appium/node_modules/heapdump/build/Release/*.node
|
||||
- node_modules/appium/node_modules/heapdump/build/Release/obj.target/*.node
|
||||
- node_modules/sodium-native/prebuilds/
|
||||
- node_modules/react-native-android-wifi/Examples/
|
||||
scanignore:
|
||||
|
|
Loading…
Reference in a new issue