15 lines
333 B
YAML
15 lines
333 B
YAML
skip_clone: true
|
|
|
|
pipeline:
|
|
build:
|
|
image: debian:stable-backports
|
|
commands:
|
|
- apt update
|
|
- apt install -y inetutils-ping wget git
|
|
- 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
|