From 55d8e759deaa9344005a00ec104a70e15aca444d Mon Sep 17 00:00:00 2001 From: William Cheng Date: Mon, 15 Jun 2020 15:50:10 +0800 Subject: [PATCH] Update bitrise.io config (#6661) * update bitrise config * update bitrise.yml * add back --no-snapshot-updates --- CI/bitrise.yml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/CI/bitrise.yml b/CI/bitrise.yml index 73d2e2b29a3..9cd05231017 100644 --- a/CI/bitrise.yml +++ b/CI/bitrise.yml @@ -14,14 +14,14 @@ workflows: - brew-install@0.10.2: inputs: - packages: maven - - script@1.1.5: + - script@1.1.6: title: Install Cocoapods inputs: - content: | #!/usr/bin/env bash sudo gem install cocoapods - - script@1.1.5: + - script@1.1.6: inputs: - content: | #!/usr/bin/env bash @@ -30,7 +30,7 @@ workflows: mvn --no-snapshot-updates package -Dorg.slf4j.simpleLogger.defaultLogLevel=error title: Build openapi-generator - - script@1.1.5: + - script@1.1.6: title: Update Swift samples inputs: - content: | @@ -38,8 +38,8 @@ workflows: set -e - sh bin/generate-samples.sh bin/configs/swift5-*.yaml - - script@1.1.5: + bin/generate-samples.sh ./bin/configs/other/swift5-* + - script@1.1.6: title: Run Swift5 tests inputs: - content: | @@ -48,14 +48,4 @@ workflows: set -e ./samples/client/test/swift5/swift5_test_all.sh -# comment out the following as it's causing timeout -# - script@1.1.5: -# title: Run all bin scripts -# inputs: -# - content: |- -# #!/usr/bin/env bash -# -# set -e -# -# ./bin/run-all-petstore