mirror of
https://github.com/bvanroll/stage-infra.git
synced 2025-12-12 11:36:10 +00:00
eyyy
This commit is contained in:
@@ -10,6 +10,8 @@ spec:
|
||||
description: name of the git repo (used to determine the name of the image)
|
||||
- name: git-url
|
||||
description: url of the git repository to clone
|
||||
- name: revision
|
||||
description: revision to checkout
|
||||
- name: branch
|
||||
description: name of the master branch of the repository
|
||||
workspaces:
|
||||
@@ -25,7 +27,7 @@ spec:
|
||||
- name: url
|
||||
value: $(params.git-url)
|
||||
- name: revision
|
||||
value: $(params.branch)
|
||||
value: $(params.revision)
|
||||
- name: build-and-push
|
||||
taskRef:
|
||||
name: build-and-push
|
||||
|
||||
Reference in New Issue
Block a user