Use full username for branch prefix

This commit is contained in:
Oliver Davies 2020-09-13 21:56:19 +01:00 committed by GitHub
parent 258b37a900
commit fdaec03018
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}");