提交 drone 文件 5
continuous-integration/drone/push Build is failing Details

This commit is contained in:
BryantHe 2022-06-14 17:10:31 +08:00
parent 63241ab91a
commit 1155ac88bc
1 changed files with 14 additions and 5 deletions

View File

@ -5,8 +5,17 @@
# 代码拉取后会使用 python:3.7-alpine3.8 镜像来执行项目目录下的 a.py 文件 # 代码拉取后会使用 python:3.7-alpine3.8 镜像来执行项目目录下的 a.py 文件
# 由于现在仓库中并不存在 a.py 文件所以第次的测试肯定是失败的 # 由于现在仓库中并不存在 a.py 文件所以第次的测试肯定是失败的
pipeline: kind: pipeline
run: type: docker
name: default
platform:
os: linux
arch: amd64
steps:
- name: run
image: python:3.9.13-alpine3.15 image: python:3.9.13-alpine3.15
commands: commands:
- python3 a.py - python3 test.py