From e966c5e1cb2dc011cc3ee2f1961b3c872416d5fa Mon Sep 17 00:00:00 2001
From: gnzlbg <gonzalobg88@gmail.com>
Date: Sat, 27 Jul 2019 14:21:57 +0200
Subject: [PATCH] Document disabling semverver jobs

---
 azure-pipelines.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7a4b3d13..d89cd5c3 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -142,6 +142,7 @@ jobs:
         parameters:
           deploy_dir: target/doc
 
+  # FIXME: re-enable these after the next release
   #- job: SemverLinux
   #  dependsOn: BuildChannelsLinux
   #  continueOnError: true
-- 
GitLab