Skip to content

Commit

Permalink
fix(core/pipeline): Don't break templated pipelines when updating con…
Browse files Browse the repository at this point in the history
…fig (#7428) (#7430)
  • Loading branch information
spinnakerbot authored and louisjimenez committed Sep 24, 2019
1 parent 9b3a51e commit 5920240
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ module.exports = angular
$scope.$applyAsync(() => {
$scope.pipeline = _.cloneDeep($scope.pipeline);
_.extend($scope.pipeline, changes);
$scope.renderablePipeline = $scope.pipeline;
markDirty();
});
};
Expand Down

0 comments on commit 5920240

Please sign in to comment.