APEX: Fix missing bash command in verify job 75/55675/1
authorFeng Pan <fpan@redhat.com>
Fri, 13 Apr 2018 12:02:50 +0000 (08:02 -0400)
committerFeng Pan <fpan@redhat.com>
Fri, 13 Apr 2018 12:02:50 +0000 (08:02 -0400)
Change-Id: I055ec261368b341c5dd9f2ab5082c8ced15ad6e5
Signed-off-by: Feng Pan <fpan@redhat.com>
jjb/apex/apex-verify-jobs.yml

index 318fc96..6b7271f 100644 (file)
     builders:
       # yamllint disable rule:line-length
       - shell: |
-          echo DEPLOY_SCENARIO=$(echo $GERRIT_EVENT_COMMENT_TEXT | grep start-gate-scenario | grep -Eo 'os|k8s-.*$'
+          echo DEPLOY_SCENARIO=$(echo $GERRIT_EVENT_COMMENT_TEXT | grep start-gate-scenario | grep -Eo 'os|k8s-.*$') > detected_scenario
       # yamllint enable rule:line-length
       - inject:
           properties-file: detected_scenario