Commit e7684ac1 by yiling.shen

创建极简GitLab CI/CD配置:只包含最基本的script字符串格式

parent 104348ae
Pipeline #3172 canceled with stage
in 0 seconds
...@@ -2,12 +2,4 @@ stages: ...@@ -2,12 +2,4 @@ stages:
- test - test
test: test:
stage: test script: echo "Hello World"
image: alpine:latest \ No newline at end of file
script:
- echo "Pipeline test started"
- echo "Current time: $(date)"
- echo "Working directory: $(pwd)"
- echo "Pipeline test completed"
only:
- main
\ 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