Bugs fixed

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

2
debian/changelog vendored
View File

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

View File

@ -14,5 +14,5 @@ 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 &
nohup sudo -u vn-repo vn-branch $projectName &> /dev/null &
done