Skip to content

Commit 44ba7ce

Browse files
committed
Fix breakage allow list file name
1 parent 0b833f9 commit 44ba7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ commands:
144144
name: Generating << parameters.module_name >> API Diff
145145
command: |
146146
export GITHUB_TOKEN=$(mbx-ci github issues public token)
147-
./scripts/api-compatibility-check/ci-analyze-api.sh << parameters.module_name >> << parameters.base_api_path >> << parameters.new_api_path >> $CIRCLE_WORKING_DIRECTORY/.breakage-allowlist.txt
147+
./scripts/api-compatibility-check/ci-analyze-api.sh << parameters.module_name >> << parameters.base_api_path >> << parameters.new_api_path >> $CIRCLE_WORKING_DIRECTORY/.breakage-allowlist
148148
149149
carthage-bootstrap:
150150
steps:

0 commit comments

Comments
 (0)