diff --git a/.drone.yml b/.drone.yml index 816b74d..3ec11ec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,4 +7,4 @@ steps: commands: - pwd && ls - gcc hello.c -o hello - - ./hello + - ./hello drone!