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:
workspaces:
- name: docker-config
params:
params: # 변수 선언부
- name: git-url
type: string
- name: git-revision

View File

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