From 95f2fb9559df6093a8b3db6c8cc30241b1d78728 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 5 Oct 2018 18:29:38 +0200 Subject: [PATCH] Manyverse: Remove appium dependency It fails to build on the build server and is not needed anyway --- metadata/se.manyver.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/metadata/se.manyver.yml b/metadata/se.manyver.yml index 39710fe1a4..fa34002047 100644 --- a/metadata/se.manyver.yml +++ b/metadata/se.manyver.yml @@ -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: