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

Commit 3816cda

Browse files
domdom82kramerul
andcommitted
Ignore updates of buildpack (e.g. second cf push)
Co-authored-by: Ulrich Kramer <u.kramer@sap.com>
1 parent 9d48077 commit 3816cda

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)