Skip to content

Commit

Permalink
make it compatible with Dagger v0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 21, 2024
1 parent 00f104f commit b172083
Show file tree
Hide file tree
Showing 286 changed files with 3,007 additions and 9,322 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 CLI
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
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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.11 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Run Dagger Pipelines
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zenith.yml
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.11 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 @@ -82,7 +82,7 @@ llvmCov(
You can also use this pipeline programmatically:

```ts
import { build, test } from "https://pkg.fluentci.io/rust_pipeline@v0.8.3/mod.ts";
import { build, test } from "https://pkg.fluentci.io/rust_pipeline@v0.8.4/mod.ts";

await test();
await build();
Expand Down
2 changes: 1 addition & 1 deletion ci.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
build,
test,
} from "https://pkg.fluentci.io/rust_pipeline@v0.8.3/mod.ts";
} from "https://pkg.fluentci.io/rust_pipeline@v0.8.4/mod.ts";

await test();
await build();
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 b172083

Please sign in to comment.