Revert "Fix wrong GERRIT_PROJECT" 70/79070/1
authorSam Hague <shague@redhat.com>
Wed, 26 Dec 2018 22:16:37 +0000 (22:16 +0000)
committerSam Hague <shague@redhat.com>
Wed, 26 Dec 2018 22:16:37 +0000 (22:16 +0000)
This reverts commit 5856b0886f8024dd1b6cabdddfd1a68d73a42bd7.

Change-Id: Ia949c795feb0f6f9ee9b167c53d2091f200a5b0f
Signed-off-by: Sam Hague <shague@redhat.com>
csit/libraries/Coe.robot

index ac812ae1c52d22718b6b84339dceba0ac4c1d820..a80717759301630aa5091bf8ff4822c572de18fe 100644 (file)
@@ -74,7 +74,7 @@ Configuration Playbook
     SSHKeywords.Copy_File_To_Remote_System    ${K8s_MASTER_IP}    ${WATCHER_COE}    ${USER_HOME}
     OperatingSystem.Copy File    ${PLAYBOOK_FILE}    ${USER_HOME}
     ${branch_ref_spec} =    BuiltIn.Catenate    SEPARATOR=    refs/heads/    ${GERRIT_BRANCH}
-    ${gerrit_ref_spec} =    BuiltIn.Set Variable If    '${GERRIT_PROJECT_ROOT}' != 'coe'    ${branch_ref_spec}    ${GERRIT_REFSPEC}
+    ${gerrit_ref_spec} =    BuiltIn.Set Variable If    '${GERRIT_PROJECT}' != 'coe'    ${branch_ref_spec}    ${GERRIT_REFSPEC}
     Run Coe Playbook    ${gerrit_ref_spec}
 
 Run Coe Playbook