Skip to content
Snippets Groups Projects
Commit fa46b51f authored by Pavel Vyskočil's avatar Pavel Vyskočil Committed by Pavel Vyskočil
Browse files

Fixed bug in git_pull_check

parent 6a148b6a
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ for path in $paths
do
if [[ -d $path ]]; then
cd $path
$(git fetch origin 2>&1)
git fetch origin 2>&1
result=$(git diff --name-only origin/production 2>&1)
if [[ -n $result ]] ; then
status=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment