18 lines
211 B
YAML
18 lines
211 B
YAML
labels:
|
|
type: exec
|
|
|
|
clone:
|
|
git:
|
|
image: bash
|
|
commands: "true"
|
|
|
|
pipeline:
|
|
manual_clone:
|
|
image: bash
|
|
commands:
|
|
- CI_WORKSPACE=$PWD plugin-git
|
|
|
|
test:
|
|
image: bash
|
|
commands: export
|