summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-08-14 22:35:24 +0100
committerLinus Groh <mail@linusgroh.de>2021-08-14 22:35:24 +0100
commit6f9b87948baa22037b1a92b44e89bfe837dab719 (patch)
tree133cf2f9dcda091c329200cbe31a21453caf26c2 /azure-pipelines.yml
parent04359995a7ff60cb2c889148ad4d823f2dc7203c (diff)
downloadserenity-6f9b87948baa22037b1a92b44e89bfe837dab719.zip
CI: Add required `stages` parameter to azure-pipelines.yml
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index e6352f4a70..76a6387ebe 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -3,3 +3,5 @@ trigger:
pool:
vmImage: ubuntu-latest
+
+stages: []