-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fdcf751
commit 1bc8112
Showing
2 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,9 +42,6 @@ git config user.email [email protected] | |
echo "Fetching from remote..." | ||
git fetch | ||
|
||
echo "Checking out ${RELEASE_BRANCH_NAME}" | ||
|
||
|
||
# Check if the release branch already exists on the remote | ||
if git branch -a | grep -q "remotes/origin/${RELEASE_BRANCH_NAME}"; then | ||
echo "Release branch exists on remote, checking out." | ||
|