diff --git a/app/templates/appci_app.html b/app/templates/appci_app.html index 71dcc8f..b5b5a3d 100644 --- a/app/templates/appci_app.html +++ b/app/templates/appci_app.html @@ -64,7 +64,12 @@
- {% if app.public_commit == app.master_commit %} + {% if result.app.public_commit == 'HEAD' %} +

+ + This app points to HEAD in {{ app.list.name }}.json ! +

+ {% elif app.public_commit == app.master_commit %}

Master commit is up to date with {{ app.list.name }}.json ! diff --git a/app/templates/appci_branch.html b/app/templates/appci_branch.html index 92d48a9..cc7c728 100644 --- a/app/templates/appci_branch.html +++ b/app/templates/appci_branch.html @@ -86,7 +86,7 @@ aria-hidden="true" title="This test is outdated : a more recent commit exists in master than the one tested."> {% endif %} - {% if result.app.public_commit != result.app.master_commit %} + {% if result.app.public_commit != 'HEAD' and result.app.public_commit != result.app.master_commit %} {% if result.app.public_vs_master_time_diff > 60 %}