t
continuous-integration/drone Build is passing Details

pull/2/head
dmitry.kirdyashkin 2023-07-11 21:54:38 +03:00
parent 75c3c16634
commit 495e5e2475
1 changed files with 3 additions and 4 deletions

View File

@ -4,13 +4,12 @@ name: create new release
steps:
- name: create archive
image: mcr.microsoft.com/powershell:latest
image: gitea.kdiva.ru/infrastructure/archiver:latest
environment:
USERNAME:
from_secret: drone_repo_user
PASSWORD:
from_secret: drone_repo_password
commands:
- |
chsh --shell /usr/bin/pwsh
write-host "hello-world"
- zip -r -9 module.zip ./src/*
- ls -la