From 97bb5c963f085b2c9fd1788e31df5d9220e4dc57 Mon Sep 17 00:00:00 2001 From: uzurka Date: Mon, 28 Aug 2023 16:54:38 +0200 Subject: [PATCH] WIP: Migrating from Drone to Gitea Actions --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 032c6a7..47b5fcd 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,3 +1,4 @@ #!/bin/bash -source /root/.bashrc && "$@" \ No newline at end of file +source /root/.bashrc && "$@" +echo "test" \ No newline at end of file