diff --git a/buildkite/pipeline.release.yml b/buildkite/pipeline.release.yml deleted file mode 100644 index d5a65e9..0000000 --- a/buildkite/pipeline.release.yml +++ /dev/null @@ -1,10 +0,0 @@ -env: - LC_ALL: "en_US.UTF-8" - REPO_PATH: "TimOliver/TORoundedButton" - PODSPEC_PATH: "TORoundedButton.podspec" - FRAMEWORK_PLIST_PATH: "TORoundedButtonFramework/Info.plist" - BUILDKITE_CLEAN_CHECKOUT: true - -steps: - - label: ':fastlane: Cut New Release' - command: '(curl -s -L https://tim.dev/install_ios_oss_ci | bash -s arg1 arg2) && bundle exec fastlane release'