Skip to content
Snippets Groups Projects
Commit 588bc920 authored by nguyed99's avatar nguyed99
Browse files

Update pipeline

parent 948b0486
Branches
No related tags found
No related merge requests found
Pipeline #58690 failed
...@@ -5,19 +5,17 @@ stages: ...@@ -5,19 +5,17 @@ stages:
image: python:3.11-bullseye image: python:3.11-bullseye
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
cache: cache:
paths: paths:
- .cache/pip - .venv
key: "${CI_COMMIT_REF_SLUG}"
build-env: build-env:
stage: build stage: build
script: script:
- pip install poetry - pip install poetry
- cd build/ - cd build/
- poetry config virtualenvs.create false - poetry config settings.virtualenvs.in-project true
- poetry install - poetry install
- cd .. - cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment