diff --git a/.drone.yml b/.drone.yml index 2044987..1e05d54 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: node:14-alpine commands: - echo "Building the application..." - - echo "Pipeline is running on runner: ${DRONE_RUNNER_NAME}" + - echo "Pipeline is running on runner ${DRONE_RUNNER_NAME}" - name: test image: python:3.9