fix: deploy

This commit is contained in:
ziirish 2015-12-10 08:24:50 +01:00
parent fc7aaaebdc
commit 613ca84207
2 changed files with 1 additions and 5 deletions

View file

@ -34,8 +34,6 @@ build:py2:
- build
only:
- master
- demo
- rc
# artifacts:
# path:
# - dist/
@ -49,8 +47,6 @@ build:py3:
- build
only:
- master
- demo
- rc
# artifacts:
# paths:
# - dist/

View file

@ -68,7 +68,7 @@ cp ${CONFIG_DIR}/burp-ui/burpui.cfg /etc/burp/burpui.cfg
# patch demo with piwik
REP=$(cat ${CONFIG_DIR}/patch/piwik.patch)
perl -i -pe 's#^.*@DEMO@.*$#'$REP'#' /usr/local/lib/python2.7/dist-packages/burpui/templates/layout.html
perl -i -pe "s#^.*@DEMO@.*\$#$REP#" /usr/local/lib/python2.7/dist-packages/burpui/templates/layout.html
# cleanup
rm -rf /var/lib/apt/lists/*