Bugs fixed
This commit is contained in:
parent
1152dba49f
commit
c9f6b0a678
|
@ -1,4 +1,4 @@
|
||||||
vn-repo (2.0.19) stable; urgency=low
|
vn-repo (2.0.20) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -14,5 +14,5 @@ do
|
||||||
echo "Ref $ref received. It will be deployed automatically."
|
echo "Ref $ref received. It will be deployed automatically."
|
||||||
|
|
||||||
#echo "$projectName" "master" > /tmp/vn-repo.changes
|
#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
|
done
|
||||||
|
|
Reference in New Issue