删除文件 .workflow/test.yml

This commit is contained in:
gouguoyin 2022-04-17 16:05:18 +00:00 committed by Gitee
parent 440103c39c
commit 9aa500a105
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,28 +0,0 @@
version: '1.0'
name: test
displayName: test
triggers:
trigger: auto
push:
branches:
prefix:
- master
- v1
- v2
- develop
stages:
- name: golang-build-stage
displayName: 'Golang Stage'
strategy: naturally
trigger: auto
executor: []
steps:
- step: golangbuild@1
name: olang-build
displayName: Golang 构建
golangVersion: '1.16'
commands:
- echo '执行任务'
permissions:
- role: admin
members: []