diff --git a/.drone.yml b/.drone.yml index 0905b3f..2fc50dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,7 @@ name: default steps: - name: test - image: node + image: alpine commands: - - npm + - echo "hello drone!!" +