Skip to content
Snippets Groups Projects
Commit 763da485 authored by nguyed99's avatar nguyed99
Browse files

Update pipeline

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