We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a1662 commit 5102ea7Copy full SHA for 5102ea7
1 file changed
.circleci/config.yml
@@ -4,13 +4,6 @@ orbs:
4
# Using 1.0 of our Orbs means it will use the latest 1.0.x version from https://github.com/wordpress-mobile/circleci-orbs
5
ios: wordpress-mobile/ios@1.0
6
7
-commands:
8
- custom-carthage:
9
- steps:
10
- - run:
11
- name: Custom Carthage
12
- command: cd Example && ./carthage.sh build --platform iOS && cd ..
13
-
14
executors:
15
default:
16
description: |
@@ -24,7 +17,9 @@ jobs:
24
17
executor:
25
18
name: default
26
19
steps:
27
- - custom-carthage
20
+ - run:
21
+ name: Custom Carthage
22
+ command: cd Example && ./carthage.sh build --platform iOS && cd ..
28
23
29
workflows:
30
test_and_validate:
0 commit comments