Skip to content

Commit

Permalink
Bug 1396771 - Move nss-decision from ttaubert/* to the nssdev/* org o…
Browse files Browse the repository at this point in the history
…n DockerHub r=franziskus

Bug #: 1396771

Differential Revision: https://phabricator.services.mozilla.com/D31
  • Loading branch information
Tim Taubert committed Sep 5, 2017
1 parent c0d531a commit 01ee916
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Expand Up @@ -57,7 +57,7 @@ tasks:
- "tc-treeherder.v2.{{project}}.{{revision}}.{{pushlog_id}}"

payload:
image: ttaubert/nss-decision:0.0.2
image: nssdev/nss-decision:0.0.2

env:
TC_OWNER: {{owner}}
Expand Down
3 changes: 3 additions & 0 deletions automation/taskcluster/docker-decision/Dockerfile
Expand Up @@ -12,6 +12,9 @@ RUN chmod +x /home/worker/bin/*
ADD setup.sh /tmp/setup.sh
RUN bash /tmp/setup.sh

# Change user.
USER worker

# Env variables.
ENV HOME /home/worker
ENV SHELL /bin/bash
Expand Down
5 changes: 0 additions & 5 deletions automation/taskcluster/docker-decision/bin/checkout.sh
Expand Up @@ -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}
Expand Down

0 comments on commit 01ee916

Please sign in to comment.