... | ... | @@ -4015,7 +4015,7 @@ test-vars-2: |
|
|
|
|
|
### 全局定义的`image`、`services`、`cache`、`before_script`、`after_script`
|
|
|
|
|
|
不推荐使用全局定义的 `image`、`services`、`cache`、`before_script` 和 `after_script`。可能会在未来版本中删除。
|
|
|
不推荐在全局范围内定义 `image`、`services`、`cache`、`before_script` 和 `after_script`。可能会从未来的版本中删除支持。
|
|
|
|
|
|
使用 [`default:`](#custom-default-keyword-values) 代替。例如:
|
|
|
|
... | ... | @@ -4031,4 +4031,4 @@ default: |
|
|
- bundle install
|
|
|
after_script:
|
|
|
- rm -rf tmp/
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
``` |