Skip to content

Commit 3545ada

Browse files
committed
ci: fix typo in file path
1 parent d0f8481 commit 3545ada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build_gcc:
2121
# check is done.
2222
- cp ./code/templates/defaults.prototype.hpp ./code/templates/defaults.hpp
2323
- ./ci/cpplint.sh
24-
- unlink ./code/templates/default.hpp
24+
- unlink ./code/templates/defaults.hpp
2525
# build and run tests
2626
- mkdir ./build
2727
- cd ./build
@@ -46,7 +46,7 @@ build_clang:
4646
# check is done.
4747
- cp ./code/templates/defaults.prototype.hpp ./code/templates/defaults.hpp
4848
- ./ci/cpplint.sh
49-
- unlink ./code/templates/default.hpp
49+
- unlink ./code/templates/defaults.hpp
5050
# build and run tests
5151
- mkdir ./build
5252
- cd ./build

0 commit comments

Comments
 (0)