From 3d0764dc1fc0dea4df50ab36b6b98993e7d5657c Mon Sep 17 00:00:00 2001
From: aviau <alexandre@alexandreviau.net>
Date: Thu, 4 Aug 2016 12:25:06 -0400
Subject: [PATCH] Disable autodeploy for fedora

Change-Id: I6fb0364ed5dcb12cc2fbfe7f6fcfc2b29c9f156e
Tuleap: #884
---
 .packer.json | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.packer.json b/.packer.json
index 6993354362..8f48f31b61 100644
--- a/.packer.json
+++ b/.packer.json
@@ -212,12 +212,6 @@
         "git pull"
     ],
     "AutoDeploySchedule": {
-        "fedora_22": "0 0 0 * * THU",
-        "fedora_22_i386": "0 0 0 * * THU",
-        "fedora_23": "0 0 0 * * THU",
-        "fedora_23_i386": "0 0 0 * * THU",
-        "fedora_24": "0 0 0 * * THU",
-        "fedora_24_i386": "0 0 0 * * THU"
     },
     "DeployScript": "ring-nightly-sign-deploy.sh",
     "NotificationMailAdress": ["Awesome Ring Team", "ring-dev@lists.savoirfairelinux.net"]
-- 
GitLab