Testes la valeur de $CI_PROJECT_DIR pour cwd.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,4 +3,5 @@
|
||||
**/node_modules/
|
||||
|
||||
# Ignore python stuff
|
||||
**/__pycache__
|
||||
**/__pycache__
|
||||
**/.pytest_cache
|
@@ -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}"
|
||||
|
||||
|
Reference in New Issue
Block a user