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

This commit is contained in:
first_admin 2024-09-08 14:38:25 +00:00
parent 0976ff5f63
commit 860ae13666

View File

@ -7,7 +7,6 @@ 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}"
- name: test - name: test
image: python:3.9 image: python:3.9
@ -15,7 +14,6 @@ steps:
- build - build
commands: commands:
- echo "Running tests..." - echo "Running tests..."
- echo "Pipeline is running on runner ${DRONE_RUNNER_NAME}"
- name: deploy - name: deploy
image: ubuntu:20.04 image: ubuntu:20.04
@ -23,7 +21,6 @@ steps:
- test - test
commands: commands:
- echo "Deploying the application..." - echo "Deploying the application..."
- echo "Pipeline is running on runner ${DRONE_RUNNER_NAME}"
node: node:
system: linux system: linux