remove trigger test

This commit is contained in:
2025-08-06 11:33:40 +09:00
parent 820da6acb1
commit 92a45d7d14
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ metadata:
spec: spec:
workspaces: workspaces:
- name: docker-config - name: docker-config
params: params: # 변수 선언부
- name: git-url - name: git-url
type: string type: string
- name: git-revision - name: git-revision

View File

@ -5,7 +5,7 @@ metadata:
name: docker-build-template name: docker-build-template
namespace: tekton-demo namespace: tekton-demo
spec: spec:
params: params: # 변수선언
- name: git-url - name: git-url
- name: git-revision - name: git-revision
- name: commit-sha - name: commit-sha
@ -18,7 +18,7 @@ spec:
serviceAccountName: tekton-build-sa serviceAccountName: tekton-build-sa
pipelineRef: pipelineRef:
name: docker-build-pipeline name: docker-build-pipeline
params: params: # 변수 할당
- name: git-url - name: git-url
value: $(tt.params.git-url) value: $(tt.params.git-url)
- name: git-revision - name: git-revision