♻️ refactor(runner): simplify shell helpers and workflow scripts
This commit is contained in:
@@ -50,14 +50,6 @@ build_mirror_path() {
|
||||
printf '%s/%s/%s.git\n' "${mirror_root}" "${owner}" "${repo_name}"
|
||||
}
|
||||
|
||||
build_mirror_lock_path() {
|
||||
local mirror_root=$1
|
||||
local owner=$2
|
||||
local repo_name=$3
|
||||
|
||||
printf '%s.lock\n' "$(build_mirror_path "${mirror_root}" "${owner}" "${repo_name}")"
|
||||
}
|
||||
|
||||
build_job_workspace_root() {
|
||||
local workspace_root=$1
|
||||
local owner=$2
|
||||
|
||||
Reference in New Issue
Block a user