Use full username for branch prefix
This commit is contained in:
parent
258b37a900
commit
fdaec03018
|
@ -12,4 +12,4 @@ if (in_array($currentBranch, ['develop', 'master', 'staging', 'production'])) {
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
exec("git push -u origin $currentBranch:opd-{$currentBranch}");
|
exec("git push -u origin $currentBranch:opdavies-{$currentBranch}");
|
||||||
|
|
Loading…
Reference in a new issue