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: steps:
- name: create archive - name: create archive
image: mcr.microsoft.com/powershell:latest image: gitea.kdiva.ru/infrastructure/archiver:latest
environment: environment:
USERNAME: USERNAME:
from_secret: drone_repo_user from_secret: drone_repo_user
PASSWORD: PASSWORD:
from_secret: drone_repo_password from_secret: drone_repo_password
commands: commands:
- | - zip -r -9 module.zip ./src/*
chsh --shell /usr/bin/pwsh - ls -la
write-host "hello-world"