File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -200,11 +200,5 @@ func (m *Ci) Verify(
200200 ctx context.Context ,
201201 file * dagger.File ,
202202) (string , error ) {
203- size , _ := file .Size (ctx )
204- if size > 0 {
205- content , _ := file .Contents (ctx )
206- return content , fmt .Errorf ("%w" , content )
207- } else {
208- return "" , nil
209- }
203+ return dag .PitcFlow ().Verify (ctx , file )
210204}
Original file line number Diff line number Diff line change 77 "dependencies" : [
88 {
99 "name" : " pitc-flow" ,
10- "source" : " github.com/puzzle/dagger-module-pitc-flow/pitc-flow@v0.3.0 " ,
11- "pin" : " 6e07270397e7239262d17a6ae3ed5e40db2c681f "
10+ "source" : " github.com/puzzle/dagger-module-pitc-flow/pitc-flow@66afdc72934f332b628e50635d460081763facc7 " ,
11+ "pin" : " 66afdc72934f332b628e50635d460081763facc7 "
1212 }
1313 ],
1414 "source" : " ci"
You can’t perform that action at this time.
0 commit comments