This commit is contained in:
RainSun 2021-01-04 00:24:01 +08:00
parent 1dafe1e45e
commit 40b05ffe7e
2 changed files with 10 additions and 10 deletions

View File

@ -1,8 +1,16 @@
stages:
- clear
- build
- clear
- deploy
build:
stage: build
tags:
- dockerbase
script:
- ls -a
- docker build -t lacus/qrcode .
clear:
stage: clear
tags:
@ -12,15 +20,6 @@ clear:
- docker rm qrcode
allow_failure: true
build:
stage: build
tags:
- dockerbase
script:
- ls -a
- docker build -t lacus/qrcode .
deploy:
stage: deploy
tags:

View File

@ -1,6 +1,7 @@
import random
import datetime
import time
import re
# 生成唯一不重名字符串
def randomId():