[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>
This commit is contained in:
William Cheng 2023-03-01 11:01:46 +08:00 committed by GitHub
parent a9e4eaf582
commit 854f8dbc6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 15 deletions

View File

@ -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

View File

@ -41,3 +41,4 @@
</plugins>
</build>
</project>

View File

@ -1,5 +1,4 @@
#!/bin/bash
set -e
DIRECTORY=`dirname $0`