forked from Gitlink/gitlink-cli
fix: 项目初始化流水线补充 dry_run 参数定义 #5
Loading…
Reference in New Issue
No description provided.
Delete Branch "fix/pipeline-params"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
流水线 ssh_cmd 引用了 $(dry_run) 但 global.param 未定义该参数,导致运行时参数解析失败。补充定义,默认值 true。