test
Some checks failed
metroline continuous-integration/metroline

This commit is contained in:
Simon Vieille 2021-10-25 10:51:33 +02:00
parent fcef1e22f6
commit 329ff96be9
2 changed files with 7 additions and 6 deletions

View file

@ -1,6 +0,0 @@
pipeline:
build:
image: golang
backend:
commands:
- /bin/false

7
.metroline.yml Normal file
View file

@ -0,0 +1,7 @@
version: '1'
image: node:12
jobs:
build:
bin: /bin/bash # or simply "bash"
script:
- /usr/bin/false