Skip to content

Commit 28a1af1

Browse files
committed
remove artifacts from formatting
1 parent cc4da59 commit 28a1af1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,4 @@ format:
2323
- Ubuntu2004-64bit
2424
script:
2525
- clang-format --dry-run --Werror `find ./ -type f -name "*.h" -o -name "*.cc" -o -name "*.cpp"`
26-
artifacts:
27-
expire_in: 14d
28-
when: always
29-
paths:
30-
- ./build/coverage/
26+

0 commit comments

Comments
 (0)