diff options
author | Jessica Gonzalez <jwagantall@linuxfoundation.org> | 2017-03-17 20:56:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-03-17 20:56:29 +0000 |
commit | 9a5e3c3873c4c021b2b3e6641f7e0df3b2a53bb3 (patch) | |
tree | 7b1ba2e7d692f0bf5843b0f87ab7c933c56527a0 | |
parent | 31c3911e9578a2d93eab3ff49b557d823995cb81 (diff) | |
parent | a7d68afa2bbe907778bb0ba7e1db4be630c89808 (diff) |
Merge "jjb: fix yamllint issues"
-rw-r--r-- | jjb/snapshot-jjb-container/snapshot-jjb-container.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/snapshot-jjb-container/snapshot-jjb-container.yaml b/jjb/snapshot-jjb-container/snapshot-jjb-container.yaml index 2490fcc3..a733c09d 100644 --- a/jjb/snapshot-jjb-container/snapshot-jjb-container.yaml +++ b/jjb/snapshot-jjb-container/snapshot-jjb-container.yaml @@ -1,7 +1,8 @@ +--- - project: name: snapshot-jjb-container jobs: - - snapshot-jjb-container-weekly + - snapshot-jjb-container-weekly - job-template: name: 'snapshot-jjb-container-weekly' @@ -24,7 +25,6 @@ builders: - shell: - !include-raw-escape: include-createcontainer.sh + !include-raw-escape: include-createcontainer.sh - shell: - !include-raw-escape: include-rsync-container.sh - + !include-raw-escape: include-rsync-container.sh |