Update .drone.yml
Some checks reported errors
continuous-integration/drone Build encountered an error

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

View File

@ -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