From d587ff3c1a73e29569edb25e6b715c84ec1e92d6 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 3 Feb 2017 16:04:37 -0800 Subject: [android] Node not required --- platform/android/bitrise.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml index 7fcbd524f2..9adf561784 100644 --- a/platform/android/bitrise.yml +++ b/platform/android/bitrise.yml @@ -34,8 +34,7 @@ workflows: - content: |- #!/bin/bash set -eu -o pipefail - curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - - sudo apt-get install -y pkg-config nodejs cmake + sudo apt-get install -y pkg-config cmake - script: title: Run Checkstyle run_if: '{{enveq "SKIPCI" "false"}}' @@ -171,8 +170,7 @@ workflows: - content: |- #!/bin/bash set -eu -o pipefail - curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - - sudo apt-get install -y pkg-config nodejs cmake + sudo apt-get install -y pkg-config cmake - script: title: Configure AWS-CLI inputs: @@ -232,8 +230,7 @@ workflows: - content: |- #!/bin/bash set -eu -o pipefail - curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - - sudo apt-get install -y pkg-config nodejs cmake + sudo apt-get install -y pkg-config cmake - script: title: Build release inputs: @@ -282,8 +279,7 @@ workflows: - content: |- #!/bin/bash set -eu -o pipefail - curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - - sudo apt-get install -y pkg-config nodejs cmake + sudo apt-get install -y pkg-config cmake - script: title: Configure AWS-CLI inputs: -- cgit v1.2.1