Skip to content

Commit

Permalink
Update script.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Mar 18, 2022
1 parent fd219aa commit 06cff31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/scripts/git.commit.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

for file in $(git remote -v|grep -v https|grep -v gb28181|grep push|awk '{print $1}'); do
for file in $(git remote -v|grep -v https|grep -v gb28181|grep -v tmp|grep push|awk '{print $1}'); do
echo "";
echo "git push $file $@";
git push $file $@;
Expand Down

0 comments on commit 06cff31

Please sign in to comment.