Commit Graph

3 Commits

Author SHA1 Message Date
James Westby 6309b17069 Add shellcheck to catch bad shell code 2019-10-04 16:01:31 +01:00
James Westby c6b8578e09 [buildone] fix mistaken use of continue
When I moved this code in to its own script, I moved it
out of a loop, so we can no longer `continue` and should
`return` instead.
2019-10-04 15:02:38 +01:00
James Westby 4881871bd0 Split out a buildone script
This makes it easier to test all the code around the building
of an image as you can just build one image.
2019-09-27 13:27:54 +02:00