16 lines
329 B
YAML
16 lines
329 B
YAML
skip_clone: true
|
|
|
|
pipeline:
|
|
build:
|
|
image: debian:stable-backports
|
|
commands:
|
|
- apt update
|
|
- apt install -y inetutils-ping wget
|
|
- ping -c 4 git.belanyi.fr
|
|
- wget git.belanyi.fr
|
|
- git clone https://git.belanyi.fr/ambroisie/test-drone.git
|
|
- sleep 9999999
|
|
|
|
test:
|
|
image: hello-world
|