summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.ci/run5
1 files changed, 4 insertions, 1 deletions
diff --git a/.ci/run b/.ci/run
index 0dbab35..07b545d 100755
--- a/.ci/run
+++ b/.ci/run
@@ -3,4 +3,7 @@
echo "Hello, world!"
sleep 1
echo "Done" >&2
-exit 0 \ No newline at end of file
+
+echo "foo" > repo/foo
+
+exit 0