Browse Source

refactor: .devops/基于gitlink构建.yml

gitlink
songjc jianmu 9 months ago
parent
commit
da794d0345
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      .devops/基于gitlink构建.yml

+ 4
- 2
.devops/基于gitlink构建.yml View File

@@ -14,8 +14,8 @@ workflow:
name: storage_clone name: storage_clone
task: git_clone@1.2.9 task: git_clone@1.2.9
input: input:
username: ((gitlink.songjc))
password: ((gitlink.songjc))
username: ((gitlink.user))
password: ((gitlink.password))
remote_url: '"https://gitlink.org.cn/JointCloud/storage.git"' remote_url: '"https://gitlink.org.cn/JointCloud/storage.git"'
ref: '"refs/heads/master"' ref: '"refs/heads/master"'
commit_id: '""' commit_id: '""'
@@ -121,6 +121,8 @@ workflow:
name: common_clone name: common_clone
task: git_clone@1.2.9 task: git_clone@1.2.9
input: input:
username: ((gitlink.user))
password: ((gitlink.password))
remote_url: '"https://gitlink.org.cn/JointCloud/common.git"' remote_url: '"https://gitlink.org.cn/JointCloud/common.git"'
ref: '"refs/heads/master"' ref: '"refs/heads/master"'
commit_id: '""' commit_id: '""'


Loading…
Cancel
Save