mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-19 05:39:04 +02:00
fix: temporarily disable analyse step
This commit is contained in:
parent
b2314bef65
commit
4de97441a5
2 changed files with 1 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
node_modules
|
node_modules
|
||||||
yltresults/*
|
yltresults/*
|
||||||
|
*.bak
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue