Skip to content

Commit

Permalink
Fix syntax issue in CircleCI config file
Browse files Browse the repository at this point in the history
  • Loading branch information
liamnichols committed Mar 23, 2022
1 parent 417694c commit 03250cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
macos:
xcode: "13.3.0"
environment:
- BUNDLE_JOBS: 3
- BUNDLE_RETRY: 3
- BUNDLE_PATH: vendor/bundle
BUNDLE_JOBS: 3
BUNDLE_RETRY: 3
BUNDLE_PATH: vendor/bundle
shell: /bin/bash --login -eo pipefail
steps:
- checkout
Expand Down

0 comments on commit 03250cf

Please sign in to comment.