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