test2.git


834dc51 | feat: add or update file via dsci web by DSCI Web | 2026-08-30 12:42:01
diff --git a/.dsci/jobs.yaml b/.dsci/jobs.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..028d570136f03a244add7e6ad204157bf40604ff
--- /dev/null
+++ b/.dsci/jobs.yaml
@@ -0,0 +1,4 @@
+jobs:
+ -
+  id: test
+  path: .
diff --git a/.dsci/task.bash b/.dsci/task.bash
new file mode 100644
index 0000000000000000000000000000000000000000..94a141bce8ae1e609eb1f16350b40fd07350738d
--- /dev/null
+++ b/.dsci/task.bash
@@ -0,0 +1 @@
+echo "hello DSCI"
\ No newline at end of file