Skip to content

Commit

Permalink
Merge pull request cloudfoundry#1604 from akhinos/ignore-buildpack-up…
Browse files Browse the repository at this point in the history
…date

[#172695119] Ignore updates of buildpack (e.g. second cf push)
  • Loading branch information
sethboyles authored May 6, 2020
2 parents 885720c + 3816cda commit 487c3ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/models/runtime/kpack_lifecycle_data_model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,12 @@ def buildpacks
[]
end

def buildpacks=(new_buildpacks) end

def stack
nil
end

def stack=(new_value) end
end
end

0 comments on commit 487c3ce

Please sign in to comment.