Commit acc750c6 authored by Wei Yang's avatar Wei Yang

Fix typo in YAML anchors for scripts example to use after_script keyword

parent 10e72ff5
......@@ -4301,7 +4301,7 @@ job_name:
- *some-script-before
script:
- *some-script
before_script:
after_script:
- *some-script-after
```
......
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