refactor: .devops/gitlink_cli.yml
This commit is contained in:
parent
59d2244cb4
commit
2e4c6f7a6e
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue