mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-02 15:09:33 -05:00
Fix #30361, regression of #29782 which is a backport, not the original #29468. #29468 did a small refactor which introduced a new function `GetVariablesOfRun`. However, it's designed for v1.22 which supports global variables. After backporting it to v1.21, it will still try to get global variables, which causes it to retrieve all variables. |
||
---|---|---|
.. | ||
artifact.go | ||
run_job_list.go | ||
run_job.go | ||
run_list.go | ||
run.go | ||
runner_list.go | ||
runner_token.go | ||
runner.go | ||
schedule_list.go | ||
schedule_spec_list.go | ||
schedule_spec.go | ||
schedule.go | ||
status.go | ||
task_list.go | ||
task_output.go | ||
task_step.go | ||
task.go | ||
tasks_version.go | ||
utils_test.go | ||
utils.go | ||
variable.go |