Skip to content

Commit 4420db5

Browse files
authored
ci: allow to recognize when a swagger file is removed
1 parent 3edf391 commit 4420db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# run: git apply ./patches/fix_middleware_spec.patch
3535

3636
- name: Copy content from current repo to another repo
37-
run: cp api/* python-client/api
37+
run: rm python-client/api/*.yaml && cp api/* python-client/api
3838

3939
# Step 4: Commit and push the changes to the repository
4040
- name: Commit and push changes

0 commit comments

Comments
 (0)