Skip to content

Commit

Permalink
Merge pull request #370 from wordpress-mobile/remove/circle-ci
Browse files Browse the repository at this point in the history
Remove Build Badge + Align Step Names
  • Loading branch information
jkmassel authored Sep 1, 2021
2 parents 904a8a1 + 05db3b1 commit 939737f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
################
# Build and Test
################
- label: "🧪 Build and Test iOS"
- label: "🧪 Build and Test"
key: "test"
command: "build_and_test_pod"
env: *common_env
Expand All @@ -21,7 +21,7 @@ steps:
#################
# Validate Podspec
#################
- label: "🔬 Validating Podspec"
- label: "🔬 Validate Podspec"
key: "validate"
command: "validate_podspec"
env: *common_env
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# WPMediaPicker

[![CircleCI](https://circleci.com/gh/wordpress-mobile/MediaPicker-iOS.svg?style=svg)](https://circleci.com/gh/wordpress-mobile/MediaPicker-iOS)
[![Version](https://img.shields.io/cocoapods/v/WPMediaPicker.svg?style=flat)](http://cocoadocs.org/docsets/WPMediaPicker)
[![License](https://img.shields.io/cocoapods/l/WPMediaPicker.svg?style=flat)](http://cocoadocs.org/docsets/WPMediaPicker)
[![Platform](https://img.shields.io/cocoapods/p/WPMediaPicker.svg?style=flat)](http://cocoadocs.org/docsets/WPMediaPicker)
Expand Down

0 comments on commit 939737f

Please sign in to comment.