[Swift] move swift config files under ./bin/config (#8539)

* move swift config files under ./bin/config

* update bitrise config
This commit is contained in:
William Cheng 2021-01-26 19:06:53 +08:00 committed by GitHub
parent f6c617d09f
commit cbd2038cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 1 additions and 10 deletions

View File

@ -11,7 +11,7 @@ workflows:
primary:
steps:
- git-clone@4.0.17: {}
- brew-install@0.10.2:
- brew-install@0.11.0:
inputs:
- packages: maven
- script@1.1.6:
@ -30,15 +30,6 @@ workflows:
mvn --no-snapshot-updates package -Dorg.slf4j.simpleLogger.defaultLogLevel=error
title: Build openapi-generator
- script@1.1.6:
title: Update Swift samples
inputs:
- content: |
#!/usr/bin/env bash
set -e
bin/generate-samples.sh ./bin/configs/other/swift5-*
- script@1.1.6:
title: Run Swift5 tests
inputs: