summaryrefslogtreecommitdiff
path: root/integration-tests/script-test/elements/script-root-test.bst
blob: 4b2045e6f6df69a083ce73edd89cea0a809005e1 (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

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

config:
  root-read-only: False

  commands:
    - "mkdir -p /buildstream/install"
    - "echo 'I can write to root' > /test"
    - "cp /test /buildstream/install"