mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
fix lock-write for deno
This commit is contained in:
@@ -476,7 +476,7 @@ jobs:
|
||||
file: "./docker/DockerfileNsjail"
|
||||
tags: |
|
||||
${{ steps.meta-ee-public.outputs.tags }}
|
||||
main
|
||||
ghcr.io/windmill-labs/windmill-ee-nsjail:main
|
||||
labels: |
|
||||
${{ steps.meta-ee-public.outputs.labels }}
|
||||
org.opencontainers.image.licenses=Windmill-Enterprise-License
|
||||
|
||||
@@ -121,7 +121,7 @@ pub async fn generate_deno_lock(
|
||||
"--unstable-worker-options",
|
||||
"--unstable-http",
|
||||
"--lock=lock.json",
|
||||
"--frozen=false",
|
||||
"--lock-write",
|
||||
"--import-map",
|
||||
&import_map_path,
|
||||
"main.ts",
|
||||
|
||||
@@ -43,6 +43,7 @@ class TestIdentityScript(unittest.TestCase):
|
||||
|
||||
if not os.environ.get("WMILL_RUNNING_DEV", False):
|
||||
for lang, script in SCRIPTS.items():
|
||||
print(f"Creating script for {lang} {script}")
|
||||
cls._client.create_script(
|
||||
path=PATH_TEMPLATE.format(lang=lang),
|
||||
content=script,
|
||||
|
||||
Reference in New Issue
Block a user