Merge pull request #972 from kohkimakimoto/dev-provenance-flag
Add provenance option
This commit is contained in:
@@ -111,6 +111,10 @@ class Kamal::Configuration::Builder
|
||||
builder_config["ssh"]
|
||||
end
|
||||
|
||||
def provenance
|
||||
builder_config["provenance"]
|
||||
end
|
||||
|
||||
def git_clone?
|
||||
Kamal::Git.used? && builder_config["context"].nil?
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user