Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed May 12, 2019
1 parent 612c2d7 commit 231472c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Expand Up @@ -18,7 +18,7 @@ steps:
- make QUIET_MAKE=1 $COMMON_FLAGS
- make -C test $COMMON_FLAGS
- make -C ctest $COMMON_FLAGS
- make -C utest $COMMON_FLAGS"
- make -C utest $COMMON_FLAGS

---
kind: pipeline
Expand All @@ -40,4 +40,4 @@ steps:
- make QUIET_MAKE=1 $COMMON_FLAGS
- make -C test $COMMON_FLAGS
- make -C ctest $COMMON_FLAGS
- make -C utest $COMMON_FLAGS"
- make -C utest $COMMON_FLAGS

0 comments on commit 231472c

Please sign in to comment.