Add some stub test/example projects

This commit is contained in:
R Tyler Croy 2021-07-10 13:51:52 -07:00
parent 4edfdecbb7
commit 2863d2b0d2
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
2 changed files with 23 additions and 0 deletions

12
projects.d/hello.yml Normal file
View File

@ -0,0 +1,12 @@
---
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"

11
projects.d/y10n.yml Normal file
View File

@ -0,0 +1,11 @@
---
scm:
Git:
url: 'https://github.com/rtyler/y10n.git'
name: 'Yamlization'
slug: 'y10n'
description: 'The y10n simple translations library'
trigger: Manual
script: |
#!/bin/sh
echo "This is a script yo"