Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Update translators-sync.yml (#6206)
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv authored Dec 13, 2023
1 parent c9810f9 commit 3c6667e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/translators-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,9 @@ jobs:
git config --global user.name "DerivFE"
git config --global user.email "[email protected]"
echo "Fetch Branches"
git fetch origin
echo "Checkout Translators"
git checkout translators
echo "Checking out new branch [$branch_name]"
git checkout -b "$branch_name"
echo "Merge master to translator branch and resolve conflicts automatically"
git merge -X theirs --commit master -m "chore: $(git status --short)"
# Force push to this branch in case a previous run created it.
git push --set-upstream origin "$branch_name" -f
Expand Down

1 comment on commit 3c6667e

@vercel
Copy link

@vercel vercel bot commented on 3c6667e Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-com – ./

deriv-com.binary.sx
deriv-com-git-master.binary.sx

Please sign in to comment.