Skip to content

Commit

Permalink
Update circleci config - SSDK-666
Browse files Browse the repository at this point in the history
  • Loading branch information
aokj4ck committed Apr 19, 2024
1 parent a2e4747 commit 7abc439
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ workflows:
develop-build:
jobs:
- pre-check:
context: SDK Registry Token
filters:
tags:
only: /v.*/
- build:
context: SDK Registry Token
requires:
- pre-check
filters:
Expand All @@ -23,6 +25,7 @@ workflows:
requires:
- pre-check
- release-pre-check:
context: SDK Registry Token
requires:
- pre-check
filters:
Expand Down Expand Up @@ -98,7 +101,6 @@ jobs:
steps:
- checkout
- setup-authentication
context: SDK Registry Token
- ios-prestart-simulator
- upgrade-carthage
- install-swiftlint
Expand Down Expand Up @@ -136,7 +138,6 @@ jobs:
- checkout
- parse-release-version
- setup-authentication
context: SDK Registry Token
- install-mbx-ci-darwin
- restore_cache:
keys:
Expand All @@ -160,7 +161,6 @@ jobs:
- checkout
- parse-release-version
- setup-authentication
context: SDK Registry Token
- install-mbx-ci-darwin
- run:
name: Update documentation
Expand All @@ -183,7 +183,6 @@ jobs:
steps:
- checkout
- setup-authentication
context: SDK Registry Token
- upgrade-carthage
- parse-release-version
- run: make ios
Expand All @@ -203,7 +202,6 @@ jobs:
steps:
- checkout
- setup-authentication
context: SDK Registry Token
- parse-release-version
- run: rm '/usr/local/lib/python3.9/site-packages/six.py'
- run: brew install awscli gh
Expand All @@ -230,7 +228,6 @@ jobs:
- checkout
- parse-release-version
- setup-authentication
context: SDK Registry Token
- install-mbx-ci-darwin
- run: scripts/generate_podspecs.sh
- run:
Expand All @@ -247,7 +244,6 @@ jobs:
steps:
- checkout
- setup-authentication
context: SDK Registry Token
- run: brew install xcodegen
- run: make validate-spm-build

Expand Down Expand Up @@ -286,7 +282,6 @@ commands:
ios-install-carthage-dependencies:
steps:
- setup-authentication
context: SDK Registry Token
- run: make deps

ios-prestart-simulator:
Expand Down

0 comments on commit 7abc439

Please sign in to comment.