Skip to content

Commit

Permalink
Merge pull request #1 from fluent-ci-templates/chore/use-fluentci-sdk
Browse files Browse the repository at this point in the history
use a custom dagger client version from fluentci
  • Loading branch information
tsirysndr authored Sep 12, 2023
2 parents 48112cf + 2fc68d9 commit 801d28c
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 65 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fluentci
You can also use this pipeline programmatically:

```ts
import { Client, connect } from "https://esm.sh/@dagger.io/dagger@0.8.1";
import Client, { connect } from "https://sdk.fluentci.io/v0.1.4/mod.ts";;
import { Dagger } from "https://pkg.fluentci.io/gradle_pipeline/mod.ts";

const { check, test, build } = Dagger;
Expand Down
Loading

0 comments on commit 801d28c

Please sign in to comment.