summaryrefslogtreecommitdiff
path: root/src/buildstream/plugins/elements/import.yaml
blob: 698111b5540d2f4a6c90459276f7663c4e1faf63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# The import element simply stages the given sources
# directly to the root of the sandbox and then collects
# the output to create an output artifact.
#
config:

  # By default we collect everything staged, specify a
  # directory here to output only a subset of the staged
  # input sources.
  source: /

  # Prefix the output with an optional directory, by default
  # the input is found at the root of the produced artifact.
  target: /