Skip to content

Commit 67ffd30

Browse files
committed
use full instead of run
1 parent bbd8ce1 commit 67ffd30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ func (m *Ci) CiIntegration(
223223
// This Blocks the execution until its counter become 0
224224
wg.Wait()
225225

226-
return dag.PitcFlow().Run(
226+
return dag.PitcFlow().Full(
227227
// source directory
228228
dir,
229229
// lint container

dagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"dependencies": [
88
{
99
"name": "pitc-flow",
10-
"source": "github.com/puzzle/dagger-module-pitc-flow/pitc-flow@71d566285ce416a9c2d42dd59d3712beb326abe9",
11-
"pin": "71d566285ce416a9c2d42dd59d3712beb326abe9"
10+
"source": "github.com/puzzle/dagger-module-pitc-flow/pitc-flow@c64cb376cdda4c2705993abccc78a69fe06ef93b",
11+
"pin": "c64cb376cdda4c2705993abccc78a69fe06ef93b"
1212
}
1313
],
1414
"source": "ci"

0 commit comments

Comments
 (0)