Skip to content

Commit

Permalink
Added Code sync with main
Browse files Browse the repository at this point in the history
  • Loading branch information
pawankashyapollion committed Jan 28, 2025
1 parent 3375e8a commit 3322379
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cicd/cmd/run-it-tests/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ func main() {
log.Fatalf("%v\n", err)
}
log.Println("Build Successful!")
}
}
2 changes: 1 addition & 1 deletion cicd/internal/flags/it-flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ func UnifiedWorkerHarnessContainerImage() string {
return "-DunifiedWorkerHarnessContainerImage=" + dUnifiedWorkerHarnessContainerImage
}
return ""
}
}
2 changes: 1 addition & 1 deletion cicd/internal/flags/lt-flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ func ExportDataset() string {

func ExportTable() string {
return "-DexportTable=" + dexportTable
}
}

0 comments on commit 3322379

Please sign in to comment.