diff --git a/.drone.yml b/.drone.yml index aa08d01..2044987 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ 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