How do I use PowerShell commands/scripts with Gitlab CI in a .gitlab-ci.yml
file which is used to deploy to gitlab pages?
I am trying to execute the b
The docker image philippheuer/docker-gitlab-powershell
is outdated. The source on Github was also deleted.
I use in my gitlab-ci.yml
the following image mcr.microsoft.com/powershell:latest
more Informations available here
scriptjob:
stage: script
image:
name: "mcr.microsoft.com/powershell:latest"
script:
- pwsh ./myscript.ps1