Skip to content

Commit

Permalink
Removed 'release' job until such a time as Travis is no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeycode committed Feb 10, 2022
1 parent dc3abed commit 41db8d7
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ workflows:
- test-ExampleApp

# Release
- release:
# Only run for tags
filters:
branches:
ignore: /.*/
tags:
only: /.*/
requires:
- validate-CocoaPods
- validate-Carthage
# - release:
# # Only run for tags
# filters:
# branches:
# ignore: /.*/
# tags:
# only: /.*/
# requires:
# - validate-CocoaPods
# - validate-Carthage

jobs:
test-Mac:
Expand Down Expand Up @@ -72,8 +72,8 @@ jobs:
- checkout
- run: ./Scripts/carthage-validate.sh

release:
executor: my-xcode
steps:
- checkout
- run: ./Scripts/push-output.sh
# release:
# executor: my-xcode
# steps:
# - checkout
# - run: ./Scripts/push-output.sh

0 comments on commit 41db8d7

Please sign in to comment.