diff --git a/.drone.yml b/.drone.yml index 44f2530..23643f1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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