Skip to content

Commit

Permalink
reset inconsisentBuilds flag on refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry committed Sep 22, 2015
1 parent b05d10d commit 6368c94
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ module.exports = angular.module('spinnaker.core.projects.dashboard.clusters.proj
};

let applyInconsistentBuildFlag = (application) => {
application.inconsistentBuilds = false;
Object.keys(application.regions).forEach((regionName) => {
let region = application.regions[regionName];
if (region.build.number !== application.build.number) {
Expand Down

0 comments on commit 6368c94

Please sign in to comment.