summaryrefslogtreecommitdiff
path: root/tests/integration/project/elements/stack/hi.bst
blob: adbf8153769a1049174bd12b307ce73e37ad993a (plain)
1
2
3
4
5
6
7
8
kind: script
depends:
  - filename: base.bst
    type: build
config:
  commands:
    - "mkdir -p /buildstream/install"
    - "echo 'Hi' > /buildstream/install/hi"