Skip to content

Commit

Permalink
Fix public repo verify code job (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryldz authored Aug 2, 2023
1 parent c9cb6bd commit 5981572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ jobs:
name: check release runtime Mapbox dependencies to fail fast
command: |
echo "PR Target branch: $PR_TARGET_BRANCH"
./gradlew sdk:dependencyInsight --configuration publicReleaseRuntimeClasspath --dependency com.mapbox.maps | grep -vzq 'FAILED'
./gradlew sdk:dependencyInsight --configuration releaseRuntimeClasspath --dependency com.mapbox.maps | grep -vzq 'FAILED'
- run:
name: check changelog
command: |
Expand Down

0 comments on commit 5981572

Please sign in to comment.