fix: temporarily disable analyse step

This commit is contained in:
Norman Köhring 2024-08-05 21:50:00 +02:00
parent b2314bef65
commit 4de97441a5
2 changed files with 1 additions and 9 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
node_modules node_modules
yltresults/* yltresults/*
*.bak

View file

@ -1,13 +1,4 @@
services:
ylt:
image: ousamabenyounes/yellowlabtools
steps: steps:
analyze:
image: denoland/deno
commands:
- sleep 3
- deno run --allow-read --allow-write --allow-net --allow-env="CI" index.ts
build: build:
image: jauderho/zola:latest image: jauderho/zola:latest
commands: commands: