Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Mar 9, 2024
1 parent cda3053 commit 0096c7e
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,22 @@ Now you can run the pipeline with:
fluentci run .
```

## Dagger Module
## 🧩 Dagger Module

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

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

## Jobs
Call a function from the module:

```bash
dagger call assemble-release --src .
dagger call bundle-release --src .
```

## ✨ Jobs

| Job | Description |
| -------------- | --------------------- |
Expand Down Expand Up @@ -74,7 +81,7 @@ debugTests(
): Promise<string>
```

## Programmatic usage
## 👨‍💻 Programmatic usage

You can also use this pipeline programmatically:

Expand Down

0 comments on commit 0096c7e

Please sign in to comment.