fix: show source on all type of applications
This commit is contained in:
parent
77037f8933
commit
4161ea7eb6
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ public function could_set_build_commands(): bool
|
||||||
}
|
}
|
||||||
public function git_based(): bool
|
public function git_based(): bool
|
||||||
{
|
{
|
||||||
if ($this->dockerfile || $this->build_pack === 'dockerfile' || $this->dockercompose || $this->build_pack === 'dockercompose') {
|
if ($this->dockerfile) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue