Some checks reported errors
continuous-integration/drone/push Build encountered an error
15 lines
289 B
YAML
15 lines
289 B
YAML
---
|
|
kind: pipeline
|
|
type: ssh
|
|
name: default
|
|
|
|
clone:
|
|
disable: true
|
|
|
|
steps:
|
|
- name: Deploiement
|
|
commands:
|
|
- echo "salut"
|
|
- pwd
|
|
- git clone https://git.deligraph.be/Antoine/Oxfam_Interactive_map.git
|