Skip to content

Commit

Permalink
add fluentci.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jun 17, 2024
1 parent a5fe7b5 commit 09ebe91
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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@v3
- name: Setup Dagger Zenith
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.10.0 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.11.7 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Setup Service Account
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![fluentci pipeline](https://img.shields.io/badge/dynamic/json?label=pkg.fluentci.io&labelColor=%23000&color=%23460cf1&url=https%3A%2F%2Fapi.fluentci.io%2Fv1%2Fpipeline%2Fpulumi_pipeline&query=%24.version)](https://pkg.fluentci.io/pulumi_pipeline)
![deno compatibility](https://shield.deno.dev/deno/^1.41)
[![dagger-min-version](https://img.shields.io/badge/dagger-v0.10.0-blue?color=3D66FF&labelColor=000000)](https://dagger.io)
[![dagger-min-version](https://img.shields.io/badge/dagger-v0.11.7-blue?color=3D66FF&labelColor=000000)](https://dagger.io)
[![](https://jsr.io/badges/@fluentci/pulumi)](https://jsr.io/@fluentci/pulumi)
[![ci](https://github.com/fluent-ci-templates/pulumi-pipeline/actions/workflows/ci.yml/badge.svg)](https://github.com/fluent-ci-templates/pulumi-pipeline/actions/workflows/ci.yml)

Expand Down
8 changes: 8 additions & 0 deletions fluentci.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[package]
authors = [
"Tsiry Sandratraina <[email protected]>",
]
description = "CI/CD Plugin for Pulumi"
license = "MIT"
name = "pulumi"
version = "0.5.0"

0 comments on commit 09ebe91

Please sign in to comment.