forked from s3lph/matemat
Fixed the build_wheel task, renamed build_deb to build_debian
This commit is contained in:
parent
eaab46b728
commit
3e006228e1
1 changed files with 2 additions and 2 deletions
|
@ -51,12 +51,12 @@ build_wheel:
|
|||
paths:
|
||||
- "dist/*.whl"
|
||||
only:
|
||||
- deployment
|
||||
- 27-deployment
|
||||
- staging
|
||||
- master
|
||||
- tags
|
||||
|
||||
build_deb:
|
||||
build_debian:
|
||||
stage: build
|
||||
script:
|
||||
- cp -r static/ package/debian/matemat/usr/lib/matemat/static/
|
||||
|
|
Loading…
Reference in a new issue