Browse Source

update

master
wanggang 1 year ago
parent
commit
b438c2d3f5
  1. 2
      .drone.yml

2
.drone.yml

@ -12,5 +12,5 @@ steps:
image: mcr.microsoft.com/dotnet/sdk:6.0 image: mcr.microsoft.com/dotnet/sdk:6.0
privileged: true privileged: true
commands: 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" - '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 - cat log.txt

Loading…
Cancel
Save