summaryrefslogtreecommitdiff
path: root/integration-tests/stack-test/elements/dependencies/another-hi.bst
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/stack-test/elements/dependencies/another-hi.bst')
-rw-r--r--integration-tests/stack-test/elements/dependencies/another-hi.bst11
1 files changed, 11 insertions, 0 deletions
diff --git a/integration-tests/stack-test/elements/dependencies/another-hi.bst b/integration-tests/stack-test/elements/dependencies/another-hi.bst
new file mode 100644
index 000000000..c2b273dec
--- /dev/null
+++ b/integration-tests/stack-test/elements/dependencies/another-hi.bst
@@ -0,0 +1,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"