unstable in .gitlab-ci.yml

master
Tomáš Mládek 2021-09-19 10:34:04 +02:00
parent 3409978203
commit c89777621a
1 changed files with 1 additions and 1 deletions

View File

@ -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