We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6601a01 commit f9a6694Copy full SHA for f9a6694
1 file changed
.gitlab-ci.yml
@@ -1,13 +1,13 @@
1
-image: ubuntu:20.04
+# image: ubuntu:20.04
2
+image: jokin1999/haidan-sign:v1
3
4
stages:
5
- sign
6
7
sign:
8
stage: sign
9
script:
- - 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"
+ # - sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
+ # - apt update && apt install -y python3 python3-pip
+ # - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
13
- python3 main.py
0 commit comments