extend_task_graph.sh (215B)
1 #!/usr/bin/env bash 2 3 source $(dirname "$0")/tools.sh 4 5 mkdir -p /home/worker/artifacts 6 7 # Install Node.JS dependencies. 8 cd nss/automation/taskcluster/graph/ && npm install 9 10 # Extend the task graph. 11 node lib/index.js