Skip to content
Snippets Groups Projects
Commit cf01ea94 authored by Johan Lorenzo's avatar Johan Lorenzo
Browse files

Revert "Bug 1783690 - part 4: Initialize git submodules in decision task"

This reverts commit c2b26663.
parent a74456af
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment