summaryrefslogtreecommitdiff
path: root/automation/taskcluster/docker-decision/bin/checkout.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automation/taskcluster/docker-decision/bin/checkout.sh')
-rw-r--r--automation/taskcluster/docker-decision/bin/checkout.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/automation/taskcluster/docker-decision/bin/checkout.sh b/automation/taskcluster/docker-decision/bin/checkout.sh
index 9167f6bda..0cdd2ac40 100644
--- a/automation/taskcluster/docker-decision/bin/checkout.sh
+++ b/automation/taskcluster/docker-decision/bin/checkout.sh
@@ -2,11 +2,6 @@
set -v -e -x
-if [ $(id -u) = 0 ]; then
- # Drop privileges by re-running this script.
- exec su worker $0
-fi
-
# Default values for testing.
REVISION=${NSS_HEAD_REVISION:-default}
REPOSITORY=${NSS_HEAD_REPOSITORY:-https://hg.mozilla.org/projects/nss}