Browse Source

test ci

master
wanggang 1 year ago
parent
commit
68eccec9ec
  1. 17
      .drone.yml

17
.drone.yml

@ -0,0 +1,17 @@
---
kind: pipeline
type: docker
name: linux-amd64
platform:
arch: amd64
os: linux
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:6.0
privileged: true
commands:
- git --no-pager log --date=format:"%Y-%m-%d %H:%M:%S" --pretty=format:"%h - %ad %cn : %s %b" --invert-grep --grep="CI SKIP" --grep="drone" >log.txt
- cat log.txt
Loading…
Cancel
Save