Skip to content

Commit

Permalink
[SSDK-666] Use circleci context in setup step (#218)
Browse files Browse the repository at this point in the history
### Description
Fixes [SSDK-666](https://mapbox.atlassian.net/browse/SSDK-666), details in ticket

### Checklist
- [NA] Update `CHANGELOG`
  • Loading branch information
aokj4ck authored Apr 19, 2024
1 parent b30ea74 commit 038508e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,23 @@ workflows:
develop-build:
jobs:
- pre-check:
context: SDK Registry Token
filters:
tags:
only: /v.*/
- build:
context: SDK Registry Token
requires:
- pre-check
filters:
tags:
only: /v.*/
- spm-build:
context: SDK Registry Token
requires:
- pre-check
- release-pre-check:
context: SDK Registry Token
requires:
- pre-check
filters:
Expand Down

0 comments on commit 038508e

Please sign in to comment.