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
|
||||
yltresults/*
|
||||
*.bak
|
||||
|
|
|
@ -1,13 +1,4 @@
|
|||
services:
|
||||
ylt:
|
||||
image: ousamabenyounes/yellowlabtools
|
||||
|
||||
steps:
|
||||
analyze:
|
||||
image: denoland/deno
|
||||
commands:
|
||||
- sleep 3
|
||||
- deno run --allow-read --allow-write --allow-net --allow-env="CI" index.ts
|
||||
build:
|
||||
image: jauderho/zola:latest
|
||||
commands:
|
||||
|
|
Loading…
Add table
Reference in a new issue