mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:37:35 +00:00
CI: Add a hello world step to azure-pipelines.yml so it stops failing
This commit is contained in:
parent
6f9b87948b
commit
87b2a6004f
1 changed files with 3 additions and 1 deletions
|
@ -4,4 +4,6 @@ trigger:
|
|||
pool:
|
||||
vmImage: ubuntu-latest
|
||||
|
||||
stages: []
|
||||
steps:
|
||||
- script: echo Hello, world!
|
||||
displayName: 'Hello world'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue