aboutsummaryrefslogtreecommitdiff
path: root/ci-job-configs-sanity-check.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-11-06 19:19:49 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-11-06 19:19:49 +0200
commit7a8407aa1c7146e1221af53073295b8c4386ddc7 (patch)
tree6603048243662c35c9547af4589665440faf686f /ci-job-configs-sanity-check.yaml
parent24404de7ef6b4824cc80b4de83b3924af5fb4c37 (diff)
ci-jobs-configs: get rid of PUBLISH_KEY
It has been deprecated in favor of linaro-publish-token, and all the jenkins jobs have been converted. Change-Id: Iab562b9fb6ce68e0eb2aa73645f78226b707c5ea Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'ci-job-configs-sanity-check.yaml')
-rw-r--r--ci-job-configs-sanity-check.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/ci-job-configs-sanity-check.yaml b/ci-job-configs-sanity-check.yaml
index 8f1c7a5110..cb31fe8adc 100644
--- a/ci-job-configs-sanity-check.yaml
+++ b/ci-job-configs-sanity-check.yaml
@@ -54,8 +54,6 @@
# FIXME run-jjb.py was meant to be used for deployment only
# use JJB 'test' command instead of 'update' command
sed -i "s|update|test|" run-jjb.py
- # set a fake publish key as it is required by run-jjb.py
- export PUBLISH_KEY="test"
export GIT_PREVIOUS_COMMIT=$(git rev-parse HEAD~1)
export GIT_COMMIT=${GERRIT_PATCHSET_REVISION}