summaryrefslogtreecommitdiff
path: root/integration-tests/script-test/elements/script-cwd-test.bst
blob: 48b25fb072ce9b62228b6321fb1a30d771151a48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
kind: script
description: Write to root using a script element

variables:
  cwd: /buildstream

depends:
  - filename: dependencies/base-platform.bst
    type: build

config:
  commands:
    - "echo 'test' > test"
    - "cp /buildstream/test %{install-root}"