doc: Update gitlab-ci.md

This commit is contained in:
小弟调调
2023-09-19 17:29:43 +08:00
committed by GitHub
parent 34f6bba4a1
commit fba093f495

View File

@ -33,8 +33,10 @@ windows_job:
script:
- echo Hello, %USERNAME%!
linux_job: tags:
- linux script:
linux_job:
tags:
- linux
script:
- echo "Hello, $USER!"
```