mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
fix(cli_: avoid updating variable when unecessary
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
// windmill
|
||||
export { setClient } from "https://deno.land/x/windmill@v1.225.0/mod.ts";
|
||||
export * from "https://deno.land/x/windmill@v1.225.0/windmill-api/index.ts";
|
||||
export { setClient } from "https://deno.land/x/windmill@v1.226.1/mod.ts";
|
||||
export * from "https://deno.land/x/windmill@v1.226.1/windmill-api/index.ts";
|
||||
export { SEP } from "https://deno.land/std@0.201.0/path/separator.ts";
|
||||
// cliffy
|
||||
export { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.2/command/mod.ts";
|
||||
|
||||
@@ -62,6 +62,7 @@ export async function pushVariable(
|
||||
workspace: workspace,
|
||||
path: remotePath.replaceAll("\\", "/"),
|
||||
decryptSecret: plainSecrets,
|
||||
includeEncrypted: true,
|
||||
});
|
||||
log.debug(`Variable ${remotePath} exists on remote`);
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user