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

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

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