Commit 68e4d19d authored by GenZakura's avatar GenZakura

Update run.js, .gitlab-ci.yml files

parent 6ea50d1e
Pipeline #3310 passed with stage
in 29 seconds
stages:
- pick
variables:
GIT_DEPTH: "1"
pick:
stage: pick
tags:
- linux
image: node:buster-slim
script:
- node run.js | tee result.txt
artifacts:
paths:
- result.txt
// Lottery of https://twitter.com/GenZakura/status/1395284508539162625
const list = [
'https://twitter.com/xxjs90452532',
'https://twitter.com/moUvojjRevWfK28',
'https://twitter.com/aa543216789',
'https://twitter.com/Bu_Dingda',
'https://twitter.com/matongfu',
'https://twitter.com/jV53qtz8MaBE58F',
'https://twitter.com/LengTsan',
'https://twitter.com/tstsxf',
'https://twitter.com/TREGJK9DdGvxGXV',
'https://twitter.com/xingherumeng',
'https://twitter.com/ccezwq',
'https://twitter.com/Prpr_Shiori',
'https://twitter.com/KamishiroRika',
'https://twitter.com/saberpz',
'https://twitter.com/keshigo95846888',
'https://twitter.com/Ryan_enn',
'https://twitter.com/Sena_n_Karin'
]
for (let i = 0; i < 1; ++i) {
const [name] = list.splice(Math.floor(Math.random() * list.length), 1);
console.log(name);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment