Commit 104348ae by yiling.shen

创建完全干净的GitLab CI/CD配置,移除所有注释和特殊字符

parent 2c19914e
Pipeline #3171 failed in 0 seconds
# 患者画像回访话术系统 - GitLab CI/CD 配置
# 修复语法错误版本
stages: stages:
- test - test
# 测试阶段
test: test:
stage: test stage: test
image: alpine:latest image: alpine:latest
script: script:
- echo "Pipeline测试开始" - echo "Pipeline test started"
- echo "当前时间: $(date)" - echo "Current time: $(date)"
- echo "工作目录: $(pwd)" - echo "Working directory: $(pwd)"
- echo "Pipeline测试完成" - echo "Pipeline test completed"
only: only:
- main - main
\ No newline at end of file
allow_failure: false
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment