bug modify

This commit is contained in:
simple321vip
2022-08-24 22:46:59 +08:00
parent 6693b6b0e7
commit fd4d6a0f34
50 changed files with 1658 additions and 10 deletions
Vendored
+2 -1
View File
@@ -14,7 +14,7 @@ spec:
privileged: true
containers:
- name: nodejs
image: node:16.16-alpine3.15
image: vite:latest
imagePullPolicy: "IfNotPresent"
command:
- cat
@@ -23,6 +23,7 @@ spec:
- name: "workspace-volume"
mountPath: "/home/jenkins/agent"
readOnly: false
- name: "docker"
image: "docker:20.10.17-git"
imagePullPolicy: "IfNotPresent"