Skip to content

Commit

Permalink
make it compatible with Dagger v0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 16, 2024
1 parent 73bccbe commit 2c0b8e7
Show file tree
Hide file tree
Showing 158 changed files with 3,007 additions and 4,923 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v2
uses: fluentci-io/setup-fluentci@v4
- name: Run Dagger Pipelines
run: fluentci run . fmt lint test
- name: Upload to Codecov
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
run: deno install -A -r https://cli.fluentci.io -n fluentci
- name: Setup Dagger
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.3 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.10 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Run Dagger Pipelines
run: dagger run deno run -A ../src/dagger/runner.ts
working-directory: example
env:
DAGGER_CLOUD_TOKEN: ${{ secrets.DAGGER_CLOUD_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Dagger Zenith
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.7 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.8 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Run Dagger Pipelines
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ debugTests(
You can also use this pipeline programmatically:

```ts
import { lintDebug, assembleDebug, debugTests } from "https://pkg.fluentci.io/android_pipeline@v0.9.1/mod.ts";
import { lintDebug, assembleDebug, debugTests } from "https://pkg.fluentci.io/android_pipeline@v0.9.2/mod.ts";

await lintDebug();
await debugTests();
Expand Down
2 changes: 1 addition & 1 deletion ci.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
lintDebug,
assembleDebug,
debugTests,
} from "https://pkg.fluentci.io/android_pipeline@v0.9.1/mod.ts";
} from "https://pkg.fluentci.io/android_pipeline@v0.9.2/mod.ts";

await lintDebug();
await debugTests();
Expand Down
25 changes: 0 additions & 25 deletions example/.fluentci/.fluentci/.devcontainer/devcontainer.json

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions example/.fluentci/.fluentci/.fluentci/.github/workflows/ci.yml

This file was deleted.

3 changes: 0 additions & 3 deletions example/.fluentci/.fluentci/.fluentci/.vscode/settings.json

This file was deleted.

132 changes: 0 additions & 132 deletions example/.fluentci/.fluentci/.fluentci/CODE_OF_CONDUCT.md

This file was deleted.

70 changes: 0 additions & 70 deletions example/.fluentci/.fluentci/.fluentci/CONTRIBUTING.md

This file was deleted.

19 changes: 0 additions & 19 deletions example/.fluentci/.fluentci/.fluentci/LICENSE

This file was deleted.

Loading

0 comments on commit 2c0b8e7

Please sign in to comment.