summaryrefslogtreecommitdiff
path: root/platform/node/bitrise.yml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/node/bitrise.yml')
-rw-r--r--platform/node/bitrise.yml36
1 files changed, 18 insertions, 18 deletions
diff --git a/platform/node/bitrise.yml b/platform/node/bitrise.yml
index fab3093d6e..904202cd3e 100644
--- a/platform/node/bitrise.yml
+++ b/platform/node/bitrise.yml
@@ -31,24 +31,24 @@ shortcuts:
workflows:
primary:
steps:
- - script:
- title: Test
- inputs:
- - content: |-
- #!/bin/bash
- set -eu -o pipefail
- brew update
- brew unlink node
- brew install cmake awscli node@4 node@6
- brew link node@4 --force
- gem install xcpretty --no-rdoc --no-ri
- make test-node || RESULT=$?
- brew unlink node@4
- brew link --overwrite node@6 --force
- make clean
- make test-node || RESULT=$?
- ./platform/node/scripts/after_script.sh ${BITRISE_BUILD_NUMBER}
- exit ${RESULT:-0}
+ # - script:
+ # title: Test
+ # inputs:
+ # - content: |-
+ # #!/bin/bash
+ # set -eu -o pipefail
+ # brew update
+ # brew unlink node
+ # brew install cmake awscli node@4 node@6
+ # brew link node@4 --force
+ # gem install xcpretty --no-rdoc --no-ri
+ # make test-node || RESULT=$?
+ # brew unlink node@4
+ # brew link --overwrite node@6 --force
+ # make clean
+ # make test-node || RESULT=$?
+ # ./platform/node/scripts/after_script.sh ${BITRISE_BUILD_NUMBER}
+ # exit ${RESULT:-0}
- slack: *slack
publish: