diff --git a/.drone.yml b/.drone.yml index 623dad9..854a9ca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,8 @@ steps: - name: test image: gcc:latest commands: + - whoami + - pwd - ls -l - gcc hello.c -o hello - ./hello drone!