diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-05-24 11:50:13 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-05-24 11:50:13 +0200 |
commit | d0f67c3bd57cd8a5e5e54d7895e861ba08ae2b84 (patch) | |
tree | f23887fd1515d0e87fe2ec02f6f471bd183fd958 /jjb/yardstick/yardstick-ci-jobs.yml | |
parent | 7d78e80892b8c721e633e8f0dd442e6ffae91653 (diff) |
bugfix: Switch to include-raw so curly brackets are not escaped
Change-Id: I22bdffac5888656ee95c458d42c0f6621c822f7f
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/yardstick/yardstick-ci-jobs.yml')
-rw-r--r-- | jjb/yardstick/yardstick-ci-jobs.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/yardstick/yardstick-ci-jobs.yml b/jjb/yardstick/yardstick-ci-jobs.yml index 07166bef2..b7c1c0a82 100644 --- a/jjb/yardstick/yardstick-ci-jobs.yml +++ b/jjb/yardstick/yardstick-ci-jobs.yml @@ -227,13 +227,13 @@ name: yardstick-daily builders: - shell: - !include-raw-escape: ./yardstick-daily.sh + !include-raw: ./yardstick-daily.sh - builder: name: yardstick-vtcdaily builders: - shell: - !include-raw-escape: ./yardstick-vtcdaily.sh + !include-raw: ./yardstick-vtcdaily.sh - builder: name: yardstick-fetch-os-creds @@ -245,7 +245,7 @@ name: yardstick-cleanup builders: - shell: - !include-raw-escape: ./yardstick-cleanup.sh + !include-raw: ./yardstick-cleanup.sh ######################## # parameter macros ######################## |