Commits (6)
-
Charles Ferguson authored
tput seems to now be reporting an error, either through a change to tput itself, or through the TERM variable not being set inside the CI. This change makes the failure of the tput command non-fatal, but if we are in CI, we'll instead force ANSI as we then get nice colours.
2c557c7f -
Charles Ferguson authored
For some reason the zip file was appearing at the front of the list for the paths - we can omit anything that's not a directory.
87fa57fe -
Charles Ferguson authored
Removing the pkg-resources causes many problems. For some reason it only appears in some installations - on my CI it needs to be present but on the local machine it does not.
9aa1367b -
Charles Ferguson authored
The less than and greater than symbols were not being escaped so produced invalid XML. update the xmlattribute escaping.
693fb0c5 -
Charles Ferguson authored
The requirements file needs to be sorted in order to be compared sensibly.
1e6d8f5a -
Charles Ferguson authored
Trying to work out why the perl code doesn't work, I've added some extra logging which might help on the docker CI runs.
317b0ea3
Showing