Silence git cron-spam.
Change-Id: I55bcda7e2fec9939fd278a4b314ee45f45dded10 Reviewed-on: https://review.openstack.org/10958 Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
7e179fa012
commit
5ccb68539f
@ -15,7 +15,7 @@ function clone_git() {
|
||||
fi
|
||||
(cd $MODULE_PATH/$REPO &&
|
||||
git fetch origin &&
|
||||
git reset --hard $REV )
|
||||
git reset --hard $REV >/dev/null )
|
||||
}
|
||||
|
||||
if ! puppet help module >/dev/null 2>&1 ; then
|
||||
|
Loading…
Reference in New Issue
Block a user