Merge pull request 'merge-acfter-ci: don't append username to remote branch' (#2757) from DavHau/clan-core:DavHau-dave into main
This commit is contained in:
@@ -10,7 +10,7 @@ TMPDIR="$(mktemp -d)"
|
|||||||
currentBranch="$(git rev-parse --abbrev-ref HEAD)"
|
currentBranch="$(git rev-parse --abbrev-ref HEAD)"
|
||||||
user_unparsed="$(tea whoami)"
|
user_unparsed="$(tea whoami)"
|
||||||
user="$(echo "$user_unparsed" | tr -d '\n' | cut -f4 -d' ')"
|
user="$(echo "$user_unparsed" | tr -d '\n' | cut -f4 -d' ')"
|
||||||
tempRemoteBranch="$user-$currentBranch"
|
tempRemoteBranch="$currentBranch"
|
||||||
|
|
||||||
|
|
||||||
# Function to check if a remote exists
|
# Function to check if a remote exists
|
||||||
|
|||||||
Reference in New Issue
Block a user