Skip to content

Instantly share code, notes, and snippets.

@konsumer
Last active December 5, 2019 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konsumer/624807a6d99128781c24efda4c1edfa2 to your computer and use it in GitHub Desktop.
Save konsumer/624807a6d99128781c24efda4c1edfa2 to your computer and use it in GitHub Desktop.
Perverse way to write Gitlab CI tasks
test:
image: mcr.microsoft.com/powershell
script:
- Write-Host "Multi-line"
- Write-Host "WORKS!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment