Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
Run git pull after fetching from remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
gnidan authored Oct 31, 2017
1 parent 3f0e2fc commit 9ca4758
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ run_tests () {
echo
meta git fetch --all

echo
echo
echo $(head -c 79 /dev/zero | tr '\0' '=')
echo "$ meta git pull"
echo $(head -c 79 /dev/zero | tr '\0' '=')
echo
meta git pull

echo
echo
echo $(head -c 79 /dev/zero | tr '\0' '=')
Expand Down

0 comments on commit 9ca4758

Please sign in to comment.