1
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
default:
|
||||
image: node:latest
|
||||
image: docker.xiaogenban1993.com/node:18.21.1
|
||||
pull_policy: always # 强制每次都重新拉取镜像
|
||||
|
||||
before_script:
|
||||
- echo '====== 准备构建中 ========='
|
||||
|
||||
|
||||
stages:
|
||||
- install
|
||||
- deploy
|
||||
@@ -41,3 +43,4 @@ job_deploy:
|
||||
|
||||
after_script:
|
||||
- echo "====== 发布完成 ========="
|
||||
|
||||
|
||||
Reference in New Issue
Block a user