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" ]
|
||||
image: python:3.11.0
|
||||
before_script:
|
||||
- mkdir -p dist
|
||||
- cd backend
|
||||
- *init_venv
|
||||
- pip install build
|
||||
script:
|
||||
- python -m build
|
||||
- cp dist ../dist
|
||||
- cp dist ../dist -r
|
||||
artifacts:
|
||||
paths:
|
||||
- dist
|
||||
|
|
Loading…
Reference in a new issue