Skip to content

Commit 41db8d7

Browse files
committed
Removed 'release' job until such a time as Travis is no longer used
1 parent dc3abed commit 41db8d7

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.circleci/config.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ workflows:
2727
- test-ExampleApp
2828

2929
# Release
30-
- release:
31-
# Only run for tags
32-
filters:
33-
branches:
34-
ignore: /.*/
35-
tags:
36-
only: /.*/
37-
requires:
38-
- validate-CocoaPods
39-
- validate-Carthage
30+
# - release:
31+
# # Only run for tags
32+
# filters:
33+
# branches:
34+
# ignore: /.*/
35+
# tags:
36+
# only: /.*/
37+
# requires:
38+
# - validate-CocoaPods
39+
# - validate-Carthage
4040

4141
jobs:
4242
test-Mac:
@@ -72,8 +72,8 @@ jobs:
7272
- checkout
7373
- run: ./Scripts/carthage-validate.sh
7474

75-
release:
76-
executor: my-xcode
77-
steps:
78-
- checkout
79-
- run: ./Scripts/push-output.sh
75+
# release:
76+
# executor: my-xcode
77+
# steps:
78+
# - checkout
79+
# - run: ./Scripts/push-output.sh

0 commit comments

Comments
 (0)