21 lines
378 B
YAML
21 lines
378 B
YAML
when:
|
|
branch: main
|
|
|
|
labels:
|
|
platform: windows/amd64
|
|
backend: local
|
|
|
|
clone:
|
|
git:
|
|
image: woodpeckerci/plugin-git
|
|
settings:
|
|
use-ssh: true
|
|
remote-ssh: ssh://git@git.cufah.cloud:40527/ahfei/bash-script.git
|
|
ssh-key: C:/Users/Administrator/.ssh/id_ed25519
|
|
|
|
steps:
|
|
- name: test-exprorer
|
|
image: powershell
|
|
commands:
|
|
- explorer C:\Users\
|