From e045a189d621960478f552ca99f771fe0f800906 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 24 Nov 2015 12:40:47 +0900 Subject: [PATCH] Fix a typo in tap-as-a-service job template Change-Id: If1a8c405b4c6ae789a69f193f3a50119ca920640 --- jenkins/jobs/tap-as-a-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/jobs/tap-as-a-service.yaml b/jenkins/jobs/tap-as-a-service.yaml index 4baa24af6e..393d8c135f 100644 --- a/jenkins/jobs/tap-as-a-service.yaml +++ b/jenkins/jobs/tap-as-a-service.yaml @@ -17,7 +17,7 @@ export DEVSTACK_GATE_TIMEOUT=120 export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_NEUTRON=1 - exoprt DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1 + export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1 export BRANCH_OVERRIDE={branch-override} if [ "$BRANCH_OVERRIDE" != "default" ] ; then export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE