summaryrefslogtreecommitdiff
path: root/integration-tests/stack-test/elements/dependencies/another-hi.bst
blob: c2b273dec01d75b49c0bfd7a29357f32b052c368 (plain)
1
2
3
4
5
6
7
8
9
10
11
kind: script
description: Another hi test

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

config:
  commands:
    - "mkdir -p /buildstream/install"
    - "echo 'Another hi' > /buildstream/install/another-hi"