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:
|
paths:
|
||||||
- "dist/*.whl"
|
- "dist/*.whl"
|
||||||
only:
|
only:
|
||||||
- deployment
|
- 27-deployment
|
||||||
- staging
|
- staging
|
||||||
- master
|
- master
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
build_deb:
|
build_debian:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cp -r static/ package/debian/matemat/usr/lib/matemat/static/
|
- cp -r static/ package/debian/matemat/usr/lib/matemat/static/
|
||||||
|
|
Loading…
Reference in a new issue