Use hash instead of branch for git clone hash.
This commit is contained in:
parent
33e48bfa56
commit
c73978c992
|
|
@ -28,7 +28,7 @@ spec:
|
||||||
params:
|
params:
|
||||||
- name: url
|
- name: url
|
||||||
value: ssh://git@git.jpace121.net:2222/limbo/$(params.gitea-repo-name).git
|
value: ssh://git@git.jpace121.net:2222/limbo/$(params.gitea-repo-name).git
|
||||||
- name: branch
|
- name: hash
|
||||||
value: $(params.sha)
|
value: $(params.sha)
|
||||||
taskRef:
|
taskRef:
|
||||||
name: j7s-git-clone-hash
|
name: j7s-git-clone-hash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue