From c89777621af6f32d3359adff2582fdb4daf04bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sun, 19 Sep 2021 10:34:04 +0200 Subject: [PATCH] unstable in .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0586377..693e1f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ deno_build: image: denoland/deno:latest script: - cd cli - - deno compile --import-map ./import_map.json --allow-read --allow-write -o ../kollagen main.ts + - deno compile --import-map ./import_map.json --allow-read --allow-write --unstable -o ../kollagen main.ts artifacts: paths: - kollagen