From cbd2038cb50b367cc6924e1ad21c484b3c2ab1c1 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 26 Jan 2021 19:06:53 +0800 Subject: [PATCH] [Swift] move swift config files under ./bin/config (#8539) * move swift config files under ./bin/config * update bitrise config --- CI/bitrise.yml | 11 +---------- bin/configs/{other => }/swift5-alamofireLibrary.yaml | 0 bin/configs/{other => }/swift5-combineLibrary.yaml | 0 bin/configs/{other => }/swift5-default.yaml | 0 bin/configs/{other => }/swift5-deprecated.yaml | 0 bin/configs/{other => }/swift5-nonPublicApi.yaml | 0 bin/configs/{other => }/swift5-objcCompatible.yaml | 0 bin/configs/{other => }/swift5-promisekitLibrary.yaml | 0 .../{other => }/swift5-readonlyProperties.yaml | 0 bin/configs/{other => }/swift5-resultLibrary.yaml | 0 bin/configs/{other => }/swift5-rxswiftLibrary.yaml | 0 bin/configs/{other => }/swift5-urlsessionLibrary.yaml | 0 12 files changed, 1 insertion(+), 10 deletions(-) rename bin/configs/{other => }/swift5-alamofireLibrary.yaml (100%) rename bin/configs/{other => }/swift5-combineLibrary.yaml (100%) rename bin/configs/{other => }/swift5-default.yaml (100%) rename bin/configs/{other => }/swift5-deprecated.yaml (100%) rename bin/configs/{other => }/swift5-nonPublicApi.yaml (100%) rename bin/configs/{other => }/swift5-objcCompatible.yaml (100%) rename bin/configs/{other => }/swift5-promisekitLibrary.yaml (100%) rename bin/configs/{other => }/swift5-readonlyProperties.yaml (100%) rename bin/configs/{other => }/swift5-resultLibrary.yaml (100%) rename bin/configs/{other => }/swift5-rxswiftLibrary.yaml (100%) rename bin/configs/{other => }/swift5-urlsessionLibrary.yaml (100%) diff --git a/CI/bitrise.yml b/CI/bitrise.yml index f3bf6fec4c9..16084569fda 100644 --- a/CI/bitrise.yml +++ b/CI/bitrise.yml @@ -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: diff --git a/bin/configs/other/swift5-alamofireLibrary.yaml b/bin/configs/swift5-alamofireLibrary.yaml similarity index 100% rename from bin/configs/other/swift5-alamofireLibrary.yaml rename to bin/configs/swift5-alamofireLibrary.yaml diff --git a/bin/configs/other/swift5-combineLibrary.yaml b/bin/configs/swift5-combineLibrary.yaml similarity index 100% rename from bin/configs/other/swift5-combineLibrary.yaml rename to bin/configs/swift5-combineLibrary.yaml diff --git a/bin/configs/other/swift5-default.yaml b/bin/configs/swift5-default.yaml similarity index 100% rename from bin/configs/other/swift5-default.yaml rename to bin/configs/swift5-default.yaml diff --git a/bin/configs/other/swift5-deprecated.yaml b/bin/configs/swift5-deprecated.yaml similarity index 100% rename from bin/configs/other/swift5-deprecated.yaml rename to bin/configs/swift5-deprecated.yaml diff --git a/bin/configs/other/swift5-nonPublicApi.yaml b/bin/configs/swift5-nonPublicApi.yaml similarity index 100% rename from bin/configs/other/swift5-nonPublicApi.yaml rename to bin/configs/swift5-nonPublicApi.yaml diff --git a/bin/configs/other/swift5-objcCompatible.yaml b/bin/configs/swift5-objcCompatible.yaml similarity index 100% rename from bin/configs/other/swift5-objcCompatible.yaml rename to bin/configs/swift5-objcCompatible.yaml diff --git a/bin/configs/other/swift5-promisekitLibrary.yaml b/bin/configs/swift5-promisekitLibrary.yaml similarity index 100% rename from bin/configs/other/swift5-promisekitLibrary.yaml rename to bin/configs/swift5-promisekitLibrary.yaml diff --git a/bin/configs/other/swift5-readonlyProperties.yaml b/bin/configs/swift5-readonlyProperties.yaml similarity index 100% rename from bin/configs/other/swift5-readonlyProperties.yaml rename to bin/configs/swift5-readonlyProperties.yaml diff --git a/bin/configs/other/swift5-resultLibrary.yaml b/bin/configs/swift5-resultLibrary.yaml similarity index 100% rename from bin/configs/other/swift5-resultLibrary.yaml rename to bin/configs/swift5-resultLibrary.yaml diff --git a/bin/configs/other/swift5-rxswiftLibrary.yaml b/bin/configs/swift5-rxswiftLibrary.yaml similarity index 100% rename from bin/configs/other/swift5-rxswiftLibrary.yaml rename to bin/configs/swift5-rxswiftLibrary.yaml diff --git a/bin/configs/other/swift5-urlsessionLibrary.yaml b/bin/configs/swift5-urlsessionLibrary.yaml similarity index 100% rename from bin/configs/other/swift5-urlsessionLibrary.yaml rename to bin/configs/swift5-urlsessionLibrary.yaml