mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
fix: deploy
This commit is contained in:
parent
fc7aaaebdc
commit
613ca84207
2 changed files with 1 additions and 5 deletions
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue