Skip to content

Commit

Permalink
use Dagger v0.9.3
Browse files Browse the repository at this point in the history
use Dagger v0.9.3
  • Loading branch information
tsirysndr committed Nov 17, 2023
1 parent 0e29083 commit ccb7756
Show file tree
Hide file tree
Showing 23 changed files with 125 additions and 146 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@v1
uses: fluentci-io/setup-fluentci@v2
- name: Run Dagger Pipelines
run: fluentci run deno_pipeline fmt lint test
- name: Upload Coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example.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@v1
uses: fluentci-io/setup-fluentci@v2
- name: Run Dagger Pipelines
run: |
dagger run deno run -A ../src/dagger/runner.ts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zenith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Zenith Example
on:
push:
branches:
- zenith
- main

jobs:
tests:
Expand All @@ -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.8.8 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.3 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 @@ -65,7 +65,7 @@ test(bunVersion: String!, src: String!): String
You can also use this pipeline programmatically:

```ts
import { test } from "https://pkg.fluentci.io/bun_pipeline@v0.4.0/mod.ts";
import { test } from "https://pkg.fluentci.io/bun_pipeline@v0.5.0/mod.ts";

await test();
```
2 changes: 1 addition & 1 deletion ci.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { test } from "https://pkg.fluentci.io/bun_pipeline@v0.4.0/mod.ts";
import { test } from "https://pkg.fluentci.io/bun_pipeline@v0.5.0/mod.ts";

await test();
3 changes: 1 addition & 2 deletions dagger.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"root": "",
"name": "bun",
"sdkRuntime": "tsiry/dagger-sdk-deno"
"sdk": "github.com/fluentci-io/daggerverse/deno-sdk@main"
}
102 changes: 51 additions & 51 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export { assertEquals } from "https://deno.land/std@0.191.0/testing/asserts.ts";
import Client from "https://sdk.fluentci.io/v0.2.0/mod.ts";
import Client from "https://sdk.fluentci.io/v0.3.0/mod.ts";
export default Client;

export { connect, uploadContext } from "https://sdk.fluentci.io/v0.2.0/mod.ts";
export { connect, uploadContext } from "https://sdk.fluentci.io/v0.3.0/mod.ts";
export { brightGreen } from "https://deno.land/std@0.191.0/fmt/colors.ts";
export { stringifyTree } from "https://esm.sh/stringify-tree@1.1.1";
import gql from "https://esm.sh/graphql-tag@2.12.6";
Expand Down
4 changes: 0 additions & 4 deletions example/.fluentci/.envrc

This file was deleted.

3 changes: 1 addition & 2 deletions example/.fluentci/dagger.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"root": "",
"name": "bun",
"sdk": "deno"
"sdk": "github.com/fluentci-io/daggerverse/deno-sdk@main"
}
Loading

0 comments on commit ccb7756

Please sign in to comment.