Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JimTech-IoT committed Aug 12, 2020
1 parent d1c59b0 commit ea84af4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions git-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ SOURCE_REPO=$1
SOURCE_BRANCH=$2
DESTINATION_REPO=$3
DESTINATION_BRANCH=$4
GIT_USER=$5

if ! echo $SOURCE_REPO | grep '.git'
then
Expand Down Expand Up @@ -41,7 +40,7 @@ git fetch source '+refs/heads/*:refs/heads/*' --update-head-ok
chmod 777 gen-files.sh
./gen-files.sh
git add .
git config --global user.name ${GIT_USER}
git config --global user.name "auto_user"
git config --global user.email "auto@silabs.com"
git commit -a -m "gen links"

Expand Down

0 comments on commit ea84af4

Please sign in to comment.