Testes la valeur de $CI_PROJECT_DIR pour cwd.

This commit is contained in:
Simon Pistache 2023-05-15 17:52:43 +02:00
parent 78d8b60f59
commit 5f5c28b033
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
# Ignore python stuff
**/__pycache__
**/.pytest_cache

View File

@ -6,7 +6,7 @@ stages:
- Release
variables:
ENTRY_FOLDER: "test" # test directory for testing CI/CD, or assets directory for normal operations
ENTRY_FOLDER: $CI_PROJECT_DIR/test # test directory for testing CI/CD, or assets directory for normal operations
RELEASE_VERSION: v0.$CI_PIPELINE_IID
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${PACKAGE_NAME}/${RELEASE_VERSION}"