blob: 887c37b98e46ed7685c275d937b57108ef841554 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
kind: manual
config:
build-commands:
(<):
# This is a multi-line comment.
# It should have no effect and should be ignored safely.
- |
true
sources:
- kind: remote
url: project-root:/files/apples
|