Skip to content

Commit

Permalink
Do not promote git branches
Browse files Browse the repository at this point in the history
Signed-off-by: Maria Shaldibina <[email protected]>
  • Loading branch information
Wagner Camarao authored and mariash committed Jan 6, 2016
1 parent 6c2628b commit 0102172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bosh-dev/lib/bosh/dev/promoter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ def promote

def stages
[
ApplyPromoteTagPushStage.new(@logger),
# ApplyPromoteTagPushStage.new(@logger),
BuildCandidateArtifactPromotionStage.new(@logger),
GitBranchMergeStage.new(@logger),
# GitBranchMergeStage.new(@logger),
]
end

Expand Down

0 comments on commit 0102172

Please sign in to comment.