Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 487c3ce

Browse files
authored
Merge pull request cloudfoundry#1604 from akhinos/ignore-buildpack-update
[#172695119] Ignore updates of buildpack (e.g. second cf push)
2 parents 885720c + 3816cda commit 487c3ce

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/models/runtime/kpack_lifecycle_data_model.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,12 @@ def buildpacks
3838
[]
3939
end
4040

41+
def buildpacks=(new_buildpacks) end
42+
4143
def stack
4244
nil
4345
end
46+
47+
def stack=(new_value) end
4448
end
4549
end

0 commit comments

Comments
 (0)