1
0
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:
2025-08-21 23:40:01 -06:00
parent 84f4e48386
commit 1a4773b3ef

View File

@@ -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: