From db66de65b125ac14afde4d8b30b53e99f2f2a974 Mon Sep 17 00:00:00 2001 From: brb Date: Thu, 13 Jul 2023 13:10:45 +0200 Subject: [PATCH] updated script --- .gitea/gpu_runner/script.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/gpu_runner/script.yml b/.gitea/gpu_runner/script.yml index bbffcd1..728257d 100644 --- a/.gitea/gpu_runner/script.yml +++ b/.gitea/gpu_runner/script.yml @@ -1,3 +1,3 @@ script: | - echo "hello world" - echo "hello back" \ No newline at end of file + echo "start of script" + echo "end of script" \ No newline at end of file