cp fix
This commit is contained in:
parent
078f9613c3
commit
56b720e8b9
1 changed files with 1 additions and 2 deletions
|
@ -38,13 +38,12 @@ build:package:
|
||||||
needs: [ "backend-pylint" ]
|
needs: [ "backend-pylint" ]
|
||||||
image: python:3.11.0
|
image: python:3.11.0
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir -p dist
|
|
||||||
- cd backend
|
- cd backend
|
||||||
- *init_venv
|
- *init_venv
|
||||||
- pip install build
|
- pip install build
|
||||||
script:
|
script:
|
||||||
- python -m build
|
- python -m build
|
||||||
- cp dist ../dist
|
- cp dist ../dist -r
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- dist
|
- dist
|
||||||
|
|
Loading…
Reference in a new issue