]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-perf-pull-requests: escape when referencing variables in shell
authorKefu Chai <kchai@redhat.com>
Tue, 14 Apr 2020 05:07:03 +0000 (13:07 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 14 Apr 2020 05:32:13 +0000 (13:32 +0800)
`jenkins-jobs ... test` complains at seeing this.

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml

index 24b31eae5aac64675d5b131b4f13465741bbf189..31cceab1d1aba928b47b6c60df171ecbc9848c66 100644 (file)
 
     builders:
       - shell: |
-          cd ${WORKSPACE}/cbt
+          cd ${{WORKSPACE}}/cbt
           source /etc/os-release || ID=ubuntu
           case $ID in
           debian|ubuntu)