From 63241ab91a80177b06f9af0ce7393a896cce832b Mon Sep 17 00:00:00 2001 From: BryantHe Date: Tue, 14 Jun 2022 17:05:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=20drone=20=E6=96=87=E4=BB=B6?= =?UTF-8?q?=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index e8b21fe..824a528 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,10 +7,6 @@ pipeline: run: - image: 3.9.13-alpine3.15 + image: python:3.9.13-alpine3.15 commands: - - python3 a.py - - - - \ No newline at end of file + - python3 a.py \ No newline at end of file