All checks were successful
continuous-integration/drone/push Build is passing
11 lines
161 B
YAML
11 lines
161 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: Getting bob
|
|
image: alpine/git
|
|
commands:
|
|
- git clone https://git.simonpetit.top/simonpetit/bob
|
|
|