File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ Requirements:
86
86
87
87
** Latest (CLI):**
88
88
89
- - ` Mac ` : arm64: [ fluentci_v0.16.1_aarch64 -apple-darwin.tar.gz] ( https://github.com/fluentci-io/fluentci/releases/download/v0.16.1 /fluentci_v0.16.1_aarch64 -apple-darwin.tar.gz ) intel: [ fluentci_v0.16.1_x86_64 -apple-darwin.tar.gz] ( https://github.com/fluentci-io/fluentci/releases/download/v0.16.1 /fluentci_v0.16.1_x86_64 -apple-darwin.tar.gz )
90
- - ` Linux ` : intel: [ fluentci_v0.16.1_x86_64 -unknown-linux-gnu.tar.gz] ( https://github.com/fluentci-io/fluentci/releases/download/v0.16.1 /fluentci_v0.16.1_x86_64 -unknown-linux-gnu.tar.gz ) arm64: [ fluentci_v0.16.1_aarch64 -unknown-linux-gnu.tar.gz] ( https://github.com/fluentci-io/fluentci/releases/download/v0.16.1 /fluentci_v0.16.1_aarch64 -unknown-linux-gnu.tar.gz )
89
+ - ` Mac ` : arm64: [ fluentci_v0.16.2_aarch64 -apple-darwin.tar.gz] ( https://github.com/fluentci-io/fluentci/releases/download/v0.16.2 /fluentci_v0.16.2_aarch64 -apple-darwin.tar.gz ) intel: [ fluentci_v0.16.2_x86_64 -apple-darwin.tar.gz] ( https://github.com/fluentci-io/fluentci/releases/download/v0.16.2 /fluentci_v0.16.2_x86_64 -apple-darwin.tar.gz )
90
+ - ` Linux ` : intel: [ fluentci_v0.16.2_x86_64 -unknown-linux-gnu.tar.gz] ( https://github.com/fluentci-io/fluentci/releases/download/v0.16.2 /fluentci_v0.16.2_x86_64 -unknown-linux-gnu.tar.gz ) arm64: [ fluentci_v0.16.2_aarch64 -unknown-linux-gnu.tar.gz] ( https://github.com/fluentci-io/fluentci/releases/download/v0.16.2 /fluentci_v0.16.2_aarch64 -unknown-linux-gnu.tar.gz )
91
91
92
92
## ✨ Quick Start
93
93
@@ -110,7 +110,7 @@ fluentci studio
110
110
fluentci --help
111
111
112
112
Usage: fluentci [pipeline] [jobs...]
113
- Version: 0.16.1
113
+ Version: 0.16.2
114
114
115
115
Description:
116
116
Original file line number Diff line number Diff line change 26
26
27
27
packages . default = pkgs . deno2nix . mkExecutable {
28
28
pname = "fluentci" ;
29
- version = "0.16.1 " ;
29
+ version = "0.16.2 " ;
30
30
31
31
src = ./. ;
32
32
lockfile = "./deno.lock" ;
Original file line number Diff line number Diff line change 1
1
import { dir } from "../deps.ts" ;
2
- export const VERSION = "0.16.1 " ;
2
+ export const VERSION = "0.16.2 " ;
3
3
4
4
export const BASE_URL = "https://api.fluentci.io/v1" ;
5
5
Original file line number Diff line number Diff line change @@ -517,6 +517,7 @@ export async function stopServices(cwd: string) {
517
517
args : [ "-c" , `fluentci run --wasm ${ service } stop` ] ,
518
518
stdout : "inherit" ,
519
519
stderr : "inherit" ,
520
+ cwd
520
521
} ) . spawn ( ) . status ;
521
522
522
523
if ( ! status . success ) {
You can’t perform that action at this time.
0 commit comments