mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
fix builds
This commit is contained in:
parent
115f6c5b6b
commit
798eea7c3e
1 changed files with 5 additions and 1 deletions
|
|
@ -34,6 +34,8 @@ build:py2:
|
|||
- build
|
||||
only:
|
||||
- master
|
||||
- demo
|
||||
- rc
|
||||
# artifacts:
|
||||
# path:
|
||||
# - dist/
|
||||
|
|
@ -47,6 +49,8 @@ build:py3:
|
|||
- build
|
||||
only:
|
||||
- master
|
||||
- demo
|
||||
- rc
|
||||
# artifacts:
|
||||
# paths:
|
||||
# - dist/
|
||||
|
|
@ -58,7 +62,7 @@ deploy:demo:
|
|||
- find . -name "install" | xargs sed -i "s/@build@/$(git rev-parse HEAD)/"
|
||||
- docker-compose build
|
||||
- docker-compose stop
|
||||
- docker-compose rm
|
||||
- docker-compose rm -f
|
||||
- docker-compose up -d
|
||||
tags:
|
||||
- deploy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue