Runner update v1.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# MotoVaultPro GitLab CI/CD Pipeline
|
# MotoVaultPro GitLab CI/CD Pipeline
|
||||||
# GitLab 18.6+ with shell executor
|
# GitLab 18.6+ with shell executor
|
||||||
# See docs/CICD-DEPLOY.md for complete documentation
|
# See docs/CICD-DEPLOY.md for complete documentation
|
||||||
# v1.0
|
# v1.1
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- validate
|
- validate
|
||||||
@@ -10,8 +10,9 @@ stages:
|
|||||||
- verify
|
- verify
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
# CI_PROJECT_DIR is where the runner checks out the code
|
# Use stable clone path instead of runner-specific path
|
||||||
DEPLOY_PATH: $CI_PROJECT_DIR
|
GIT_CLONE_PATH: $CI_BUILDS_DIR/motovaultpro
|
||||||
|
DEPLOY_PATH: $CI_BUILDS_DIR/motovaultpro
|
||||||
DOCKER_COMPOSE_FILE: docker-compose.yml
|
DOCKER_COMPOSE_FILE: docker-compose.yml
|
||||||
DOCKER_COMPOSE_PROD_FILE: docker-compose.prod.yml
|
DOCKER_COMPOSE_PROD_FILE: docker-compose.prod.yml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user