refactor: .devops/gitlink_cli.yml

This commit is contained in:
zzx-coder 2026-05-29 08:55:59 +08:00 committed by jianmu
parent 59d2244cb4
commit 2e4c6f7a6e
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ workflow:
name: git clone
task: git_clone@1.2.9
input:
remote_url: '""'
remote_url: '"https://www.gitlink.org.cn/zzx-coder/gitlink-cli"'
ref: '"refs/heads/master"'
commit_id: '""'
depth: 1
@ -31,7 +31,7 @@ workflow:
registry_address: '""'
docker_file: '"Dockerfile"'
docker_build_path: '"."'
workspace: '"."'
workspace: ((git_clone_0.git_path))
image_push: true
build_args: '""'
needs: