Skip to content

Commit

Permalink
export job descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 23, 2023
1 parent f19c985 commit 382ee2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ Or simply:
fluentci
```

## Dagger Module

Use as a [Dagger](https://dagger.io) Module:

```bash
dagger mod install github.com/fluent-ci-templates/bun-pipeline@mod
```

## Environment variables

| Variable | Description |
Expand Down
4 changes: 2 additions & 2 deletions src/dagger/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import pipeline from "./pipeline.ts";
import { test, run } from "./jobs.ts";
import { test, run, jobDescriptions } from "./jobs.ts";

export { pipeline, test, run };
export { pipeline, test, run, jobDescriptions };

0 comments on commit 382ee2d

Please sign in to comment.