aboutsummaryrefslogtreecommitdiff
path: root/run-jjb.py
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-11-06 19:07:53 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-11-06 21:19:12 +0200
commit939b63643bf2eaadb9a71bd1bd50bbdfc6dffa02 (patch)
tree6274901ba59c823cd797bd1742e9c4f81a56de4a /run-jjb.py
parentb7eb9fb4b844dd112a2c9bf57b1cd30f49c633a2 (diff)
android: use ssh-agent-credentials instead of credentials-binding
Change-Id: I5b6cc1cae0a7dbfca1f4804a7e1e3b0d20b035d4 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'run-jjb.py')
-rwxr-xr-xrun-jjb.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/run-jjb.py b/run-jjb.py
index 4ac8761299..5077dbe6ac 100755
--- a/run-jjb.py
+++ b/run-jjb.py
@@ -70,7 +70,6 @@ for conf_filename in filelist:
template = string.Template(buffer)
buffer = template.safe_substitute(
AUTH_TOKEN=os.environ.get('AUTH_TOKEN'),
- PRIVATE_KEY=os.environ.get('PRIVATE_KEY'),
LT_QCOM_KEY=os.environ.get('LT_QCOM_KEY'),
LAVA_USER=os.environ.get('LAVA_USER'),
LAVA_TOKEN=os.environ.get('LAVA_TOKEN'))