fix: oops
This commit is contained in:
parent
81fee02e8f
commit
49733c239b
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ private function deploy()
|
||||||
$this->clone_repository();
|
$this->clone_repository();
|
||||||
|
|
||||||
$tag = Str::of("{$this->commit}-{$this->application->id}-{$this->pull_request_id}");
|
$tag = Str::of("{$this->commit}-{$this->application->id}-{$this->pull_request_id}");
|
||||||
if ($tag->count() > 128) {
|
if (strlen($tag) > 128) {
|
||||||
$tag = $tag->substr(0, 128);
|
$tag = $tag->substr(0, 128);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue