Use shorter prefix for branch names
This commit is contained in:
parent
2d1a5d682a
commit
c52b1f4f90
|
@ -12,4 +12,4 @@ if (in_array($currentBranch, ['develop', 'main', 'master', 'staging', 'productio
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
exec("git push -u origin $currentBranch:opdavies-{$currentBranch}");
|
exec("git push -u origin $currentBranch:opd-{$currentBranch}");
|
||||||
|
|
Loading…
Reference in a new issue