mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-09-14 09:35:04 +00:00
Fix YAML syntax error in preview job script
- Remove problematic environment variable reference - Use simple string in script section
This commit is contained in:
@@ -37,7 +37,7 @@ preview:
|
||||
stage: deploy
|
||||
script:
|
||||
- echo "Deploying branch preview..."
|
||||
- echo "Preview available at: ${CI_ENVIRONMENT_URL}"
|
||||
- echo "Preview available at preview URL"
|
||||
needs:
|
||||
- deploy
|
||||
artifacts:
|
||||
|
Reference in New Issue
Block a user