diff --git a/.drone.yml b/.drone.yml index 309eba4..d8520fe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,5 +3,5 @@ name: default steps: - name: test image: gcc:latest - commands: - - make \ No newline at end of file + commands: + - make \ No newline at end of file