Update .drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
first_admin 2024-09-08 14:28:54 +00:00
parent 18e767a3e4
commit cb2638abc7

View File

@ -7,7 +7,7 @@ steps:
image: node:14-alpine image: node:14-alpine
commands: commands:
- echo "Building the application..." - echo "Building the application..."
- echo "Pipeline is running on runner: ${DRONE_RUNNER_NAME}" - echo "Pipeline is running on runner ${DRONE_RUNNER_NAME}"
- name: test - name: test
image: python:3.9 image: python:3.9