Skip to content

Commit f9a6694

Browse files
committed
🐇 Speed up
1 parent 6601a01 commit f9a6694

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.gitlab-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
image: ubuntu:20.04
1+
# image: ubuntu:20.04
2+
image: jokin1999/haidan-sign:v1
23

34
stages:
45
- sign
56

67
sign:
78
stage: sign
89
script:
9-
- sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
10-
- apt update && apt install -y python3 python3-pip
11-
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
12-
- echo "$HAIDAN_MULTI"
10+
# - sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
11+
# - apt update && apt install -y python3 python3-pip
12+
# - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
1313
- python3 main.py

0 commit comments

Comments
 (0)