Add semicolons to the end of each statement.

This commit is contained in:
Simon Quigley 2020-05-17 01:52:20 -05:00
parent c85822e495
commit f529f5a1d1
2 changed files with 4 additions and 4 deletions

View File

@ -71,8 +71,8 @@ git clone https://phab.lubuntu.me/source/ci-tooling.git tooling;
<hudson.tasks.Shell>
<command>
export VERSION=&quot;$(head -1 {{ NAME }}/debian/changelog | sed -n &apos;/(/,/)/{:a; $!N; /)/!{$!ba}; s/.*(\([^)]*\)).*/\1/p}&apos; | cut -d &apos;-&apos; -f1)&quot;;
pull-ppa-debs --ppa=ppa:lubuntu-ci/stable-ci-proposed {{ NAME }} $VERSION-0ubuntu1~ppa1
lintian -EvIL +pedantic *.dsc *.deb
pull-ppa-debs --ppa=ppa:lubuntu-ci/stable-ci-proposed {{ NAME }} $VERSION-0ubuntu1~ppa1;
lintian -EvIL +pedantic *.dsc *.deb;
</command>
<unstableReturn>1</unstableReturn>
</hudson.tasks.Shell>

View File

@ -71,8 +71,8 @@ git clone https://phab.lubuntu.me/source/ci-tooling.git tooling;
<hudson.tasks.Shell>
<command>
export VERSION=&quot;$(head -1 {{ NAME }}/debian/changelog | sed -n &apos;/(/,/)/{:a; $!N; /)/!{$!ba}; s/.*(\([^)]*\)).*/\1/p}&apos; | cut -d &apos;-&apos; -f1)&quot;;
pull-ppa-debs --ppa=ppa:lubuntu-ci/unstable-ci-proposed {{ NAME }} $VERSION-0ubuntu1~ppa1
lintian -EvIL +pedantic *.dsc *.deb
pull-ppa-debs --ppa=ppa:lubuntu-ci/unstable-ci-proposed {{ NAME }} $VERSION-0ubuntu1~ppa1;
lintian -EvIL +pedantic *.dsc *.deb;
</command>
<unstableReturn>1</unstableReturn>
</hudson.tasks.Shell>