Dummy commit to force rebuild

This commit is contained in:
Starbeamrainbowlabs 2019-07-18 23:51:55 +01:00
parent 27efd5a1b5
commit 1e24f85888
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -281,7 +281,7 @@ task_ci() {
if [ "${latest_commit}" != "${current_commit}" ]; then
echo "Not deploying, as this isn't the latest commit on the branch.";
echo "It's likely that this commit is actually 1 of several in a queue to be processed by the CI server at once.";
echo "It's likely that this commit is actually one of several in a queue to be processed by the CI server at once.";
return 0;
fi