From 854f8dbc6d2d4e1f474b44114dbba63803fd1d6f Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 1 Mar 2023 11:01:46 +0800 Subject: [PATCH] [CI] try to fix bitrise deprecation warning #14834 (#14836) * [CI] try to fix bitrise deprecation warning * [CI] try to fix bitrise deprecation warning * skip tests * simply run tests --------- Co-authored-by: Bruno Coelho <4brunu@gmail.com> --- bitrise.yml | 16 ++-------------- .../petstore/swift5/alamofireLibrary/pom.xml | 1 + .../client/petstore/swift5/swift5_test_all.sh | 1 - 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index b805bc13778..d2961951748 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -10,10 +10,7 @@ trigger_map: workflows: primary: steps: - - git-clone@6.2.1: {} - - brew-install@0.12.1: - inputs: - - packages: maven + - git-clone@8.0.0: {} - script@1.2.0: title: Install Cocoapods inputs: @@ -21,15 +18,6 @@ workflows: #!/usr/bin/env bash sudo gem install cocoapods - - script@1.2.0: - inputs: - - content: | - #!/usr/bin/env bash - - set -e - - mvn --no-snapshot-updates package -Dorg.slf4j.simpleLogger.defaultLogLevel=error - title: Build openapi-generator - script@1.2.0: title: Run Swift5 tests inputs: @@ -42,4 +30,4 @@ workflows: meta: bitrise.io: - stack: osx-xcode-14.1.x + stack: osx-xcode-14.2.x diff --git a/samples/client/petstore/swift5/alamofireLibrary/pom.xml b/samples/client/petstore/swift5/alamofireLibrary/pom.xml index c1b201eb3b4..131f7411caf 100644 --- a/samples/client/petstore/swift5/alamofireLibrary/pom.xml +++ b/samples/client/petstore/swift5/alamofireLibrary/pom.xml @@ -41,3 +41,4 @@ + diff --git a/samples/client/petstore/swift5/swift5_test_all.sh b/samples/client/petstore/swift5/swift5_test_all.sh index f1996df9d0c..c1d6899114a 100755 --- a/samples/client/petstore/swift5/swift5_test_all.sh +++ b/samples/client/petstore/swift5/swift5_test_all.sh @@ -1,5 +1,4 @@ #!/bin/bash - set -e DIRECTORY=`dirname $0`