From 07b828fce42827c7d4da9f1454dbf9c6dfd19bc7 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Fri, 26 Jun 2015 17:13:25 +0100 Subject: make quotes consistent --- job-cfg/g-i-installation.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index df4d52f3..02a56cf6 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -9,9 +9,9 @@ artifactDaysToKeep: -1 artifactNumToKeep: -1 triggers: - - timed: "{my_time}" + - timed: '{my_time}' builders: - - shell: "/srv/jenkins/bin/g-i-installation.sh {my_disksize} {my_inst_url}" + - shell: '/srv/jenkins/bin/g-i-installation.sh {my_disksize} {my_inst_url}' publishers: - trigger: project: '{my_trigger}' @@ -68,7 +68,7 @@ artifactDaysToKeep: -1 artifactNumToKeep: -1 triggers: - - timed: "0 6 * * *" + - timed: '0 6 * * *' builders: - shell: '/srv/jenkins/bin/maintenance.sh {name}' publishers: @@ -128,7 +128,7 @@ name: '{name}_{my_dist}_jessie-beta1-netinst_group' my_dist: - debian-edu: - my_distname: "Debian Edu" + my_distname: 'Debian Edu' my_ver: - jessie-beta1-netinst: my_inst_url: http://ftp.skolelinux.org/skolelinux-cd/debian-edu-8.0+edu0~b1-CD.iso @@ -160,7 +160,7 @@ name: '{name}_{my_dist}_jessie-daily_group' my_dist: - debian-edu: - my_distname: "Debian Edu" + my_distname: 'Debian Edu' my_ver: - jessie-daily-usb: my_inst_url: http://ftp.skolelinux.org/cd-jessie-usbstick/debian-edu-amd64-i386-BD-1.iso @@ -284,7 +284,7 @@ - '{name}_{my_dist}_group': my_dist: - debian-edu: - my_distname: "Debian Edu" + my_distname: 'Debian Edu' my_ver: wheezy my_desktop: '' my_title_extra: '' @@ -304,7 +304,7 @@ - '{name}_{my_dist}_group': my_dist: - debian-edu: - my_distname: "Debian Edu" + my_distname: 'Debian Edu' my_ver: wheezy my_profile: standalone my_desktop: -- cgit v1.2.3-54-g00ecf