Commit 70dbe32f authored by Yuzurisa's avatar Yuzurisa

Begin!

parent 78ad2bc9
Pipeline #3237 passed with stage
in 30 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
// 黑兔的100fo抽奖
// 注释掉的是没关注的
const list = [
'ydseer',
'禁忌',
//'K',
//'文援墙',
'千城雪',
'会飞的蜜瓜',
'echo',
'清梦',
'与你盼望夏日之花',
'z',
'亡灵',
'蕴辞',
//'灰风',
'姐姐的叠甲小宝',
'asu',
//'Molly妈咪',
'奶味冰淇淋'
]
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