File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 9696 description : Skip checks against built image
9797 name : skip-checks
9898 type : string
99- - default : " true"
100- description : Skip optional checks, set false if you want to run optional checks
101- name : skip-optional
102- type : string
10399 - default : " false"
104100 description : Execute the build with network isolation
105101 name : hermetic
@@ -141,12 +137,6 @@ spec:
141137 value : $(params.rebuild)
142138 - name : skip-checks
143139 value : $(params.skip-checks)
144- - name : skip-optional
145- value : $(params.skip-optional)
146- - name : pipelinerun-name
147- value : $(context.pipelineRun.name)
148- - name : pipelinerun-uid
149- value : $(context.pipelineRun.uid)
150140 taskRef :
151141 params :
152142 - name : name
Original file line number Diff line number Diff line change 9090 description : Skip checks against built image
9191 name : skip-checks
9292 type : string
93- - default : " true"
94- description : Skip optional checks, set false if you want to run optional checks
95- name : skip-optional
96- type : string
9793 - default : " false"
9894 description : Execute the build with network isolation
9995 name : hermetic
@@ -135,12 +131,6 @@ spec:
135131 value : $(params.rebuild)
136132 - name : skip-checks
137133 value : $(params.skip-checks)
138- - name : skip-optional
139- value : $(params.skip-optional)
140- - name : pipelinerun-name
141- value : $(context.pipelineRun.name)
142- - name : pipelinerun-uid
143- value : $(context.pipelineRun.uid)
144134 taskRef :
145135 params :
146136 - name : name
You can’t perform that action at this time.
0 commit comments