diff --git a/.drone.yml b/.drone.yml index 2cad124..5ff0e22 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,8 +4,12 @@ type: docker name: default steps: - - name: test + - name: hello world image: alpine commands: - echo hello - echo world + - name: python + image: python + commands: + - python3 -c "print(6 * 7)"