mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
Dummy commit to force rebuild
This commit is contained in:
parent
27efd5a1b5
commit
1e24f85888
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
@ -281,7 +281,7 @@ task_ci() {
|
||||||
|
|
||||||
if [ "${latest_commit}" != "${current_commit}" ]; then
|
if [ "${latest_commit}" != "${current_commit}" ]; then
|
||||||
echo "Not deploying, as this isn't the latest commit on the branch.";
|
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;
|
return 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue