From a5704cb8f27cfab795f53356cd184379fd4386d9 Mon Sep 17 00:00:00 2001 From: first_admin Date: Sun, 8 Sep 2024 14:24:46 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 276eeb8..8d531eb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,23 +2,21 @@ kind: pipeline type: docker name: default -image: node:14-alpine - 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: