Skip to content

Commit

Permalink
Merge pull request #26 from fluentci-io/feat/secrets
Browse files Browse the repository at this point in the history
feat: add support for Secret Managers
  • Loading branch information
tsirysndr authored May 2, 2024
2 parents b7b5ff9 + d95d9e4 commit b4eb4c4
Show file tree
Hide file tree
Showing 91 changed files with 3,741 additions and 595 deletions.
5 changes: 2 additions & 3 deletions .fluentci/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,10 @@ const queries = [
"proto",
];

const engine = await dag
const engine = dag
.pipeline("fluentci-service")
.withExec(["fluentci-engine", "serve"])
.asService("fluentci-engine")
.id();
.asService("fluentci-engine");

let query = dag
.pkgx()
Expand Down
Loading

0 comments on commit b4eb4c4

Please sign in to comment.