Hook fixes

This commit is contained in:
Juan 2018-04-20 13:34:49 +02:00
parent 3801ed436a
commit 1152dba49f
2 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
vn-repo (2.0.18) stable; urgency=low
vn-repo (2.0.19) stable; urgency=low
* Initial Release.

View File

@ -13,6 +13,6 @@ do
echo "Ref $ref received. It will be deployed automatically."
echo "$projectName" "master" > /tmp/vn-repo.changes
#nohup sudo -u vn-repo "vn-branch $projectName" &> /dev/null &
#echo "$projectName" "master" > /tmp/vn-repo.changes
nohup sudo -u vn-repo "vn-branch $projectName" &> /dev/null &
done