sc-items/.drone.yml

17 lines
315 B
YAML
Raw Normal View History

2023-07-10 18:02:13 +00:00
---
kind: pipeline
name: create new release
steps:
- name: create archive
2023-07-10 18:09:00 +00:00
image: mcr.microsoft.com/powershell:latest
2023-07-10 18:02:13 +00:00
environment:
USERNAME:
from_secret: drone_repo_user
PASSWORD:
from_secret: drone_repo_password
commands:
- |
2023-07-11 18:41:08 +00:00
chsh --shell /usr/bin/pwsh
2023-07-10 18:09:00 +00:00
write-host "hello-world"