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:22:16 +00:00
parent d3cb9a6750
commit b6bc00441d

View File

@ -4,19 +4,19 @@ name: default
steps:
- name: build
image: node:14-alpine
# image: node:14-alpine
commands:
- echo "Building the application..."
- name: test
image: python:3.9
# image: python:3.9
depends_on:
- build
commands:
- echo "Running tests..."
- name: deploy
image: ubuntu:20.04
# image: ubuntu:20.04
depends_on:
- test
commands: