diff --git a/deployment.sh b/deployment.sh index 8c1b1f7..134f8c4 100755 --- a/deployment.sh +++ b/deployment.sh @@ -179,6 +179,10 @@ if checkBootParam "puppetenv" ; then PUPPET=$(getBootParam puppetenv) fi +if checkBootParam "debianrelease" ; then + DEBIAN_RELEASE=$(getBootParam debianrelease) +fi + # test unfinished releases against # "http://deb.sipwise.com/autobuild/ release-$AUTOBUILD_RELEASE" if checkBootParam ngcpautobuildrelease ; then