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