mirror of
https://github.com/develop202/migu_video.git
synced 2025-12-18 07:44:50 +08:00
删除文件 .workflow/pipeline-20240822.yml
This commit is contained in:
@@ -1,23 +0,0 @@
|
|||||||
version: '1.0'
|
|
||||||
name: pipeline-20240822
|
|
||||||
displayName: pipeline-20240822
|
|
||||||
triggers:
|
|
||||||
trigger: auto
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
precise:
|
|
||||||
- main
|
|
||||||
schedule:
|
|
||||||
- cron: '* 45 11 * * ? *'
|
|
||||||
stages:
|
|
||||||
- name: compile
|
|
||||||
displayName: 编译
|
|
||||||
strategy: naturally
|
|
||||||
trigger: auto
|
|
||||||
steps:
|
|
||||||
- step: build@python
|
|
||||||
name: build_python
|
|
||||||
displayName: Python 构建
|
|
||||||
pythonVersion: '3.9'
|
|
||||||
commands:
|
|
||||||
- echo "hello world"
|
|
||||||
Reference in New Issue
Block a user