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 8aabeee commit d1c59b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions git-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ SOURCE_BRANCH=$2
DESTINATION_REPO=$3
DESTINATION_BRANCH=$4
GIT_USER=$5
GIT_PASSWD=$6
GIT_EMAIL=$7

if ! echo $SOURCE_REPO | grep '.git'
then
Expand Down Expand Up @@ -44,8 +42,7 @@ chmod 777 gen-files.sh
./gen-files.sh
git add .
git config --global user.name ${GIT_USER}
# git config --global user.password ${GIT_PASSWD}
git config --global user.email ${GIT_EMAIL}
git config --global user.email "auto@silabs.com"
git commit -a -m "gen links"


Expand Down

0 comments on commit d1c59b0

Please sign in to comment.