geoffrey/projects.d/hello.yml

13 lines
192 B
YAML
Raw Normal View History

2021-07-10 20:51:52 +00:00
---
scm:
Git:
url: 'https://example.com/hello.git'
name: 'Hello World'
slug: 'hello-world'
description: 'A simple project'
trigger: Manual
script: |
#!/bin/sh
echo "Hello World"