From cf01ea940ed17e8d8ae82c33b395ecae85ffb381 Mon Sep 17 00:00:00 2001
From: Johan Lorenzo <jlorenzo@mozilla.com>
Date: Wed, 14 Sep 2022 11:46:26 +0200
Subject: [PATCH] Revert "Bug 1783690 - part 4: Initialize git submodules in
 decision task"

This reverts commit c2b266634b35e2a867cc09b458fe24843749c2a2.
---
 .taskcluster.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.taskcluster.yml b/.taskcluster.yml
index 79af9ed37bf..63efc3b24e1 100644
--- a/.taskcluster.yml
+++ b/.taskcluster.yml
@@ -277,14 +277,10 @@ tasks:
                                       $if: 'tasks_for == "action"'
                                       then: >
                                           cd /builds/worker/checkouts/vcs &&
-                                          git submodule init &&
-                                          git submodule update &&
                                           ln -s /builds/worker/artifacts artifacts &&
                                           ~/.local/bin/taskgraph action-callback
                                       else: >
                                           cd /builds/worker/checkouts/vcs &&
-                                          git submodule init &&
-                                          git submodule update &&
                                           ln -s /builds/worker/artifacts artifacts &&
                                           ~/.local/bin/taskgraph decision
                                           --pushlog-id='0'
-- 
GitLab