diff --git a/.drone.yml b/.drone.yml index 47405e2..aa08d01 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,6 @@ steps: image: node:14-alpine commands: - echo "Building the application..." - - echo "Pipeline is running on runner ${DRONE_RUNNER_NAME}" - name: test image: python:3.9 @@ -15,7 +14,6 @@ steps: - build commands: - echo "Running tests..." - - echo "Pipeline is running on runner ${DRONE_RUNNER_NAME}" - name: deploy image: ubuntu:20.04 @@ -23,7 +21,6 @@ steps: - test commands: - echo "Deploying the application..." - - echo "Pipeline is running on runner ${DRONE_RUNNER_NAME}" node: system: linux