fix: correctif cicd
This commit is contained in:
parent
915083c241
commit
c66260a161
@ -37,7 +37,7 @@ spec:
|
||||
- name: "init"
|
||||
image: "alpine/git:latest"
|
||||
imagePullPolicy: Always
|
||||
command: ["ash", "-c", "cp /root/test/* /root/.ssh && chmod 600 /root/.ssh/base-image && cd /appdata && git clone git@git.weebo.fr:sandbox/base-image.git ."]
|
||||
command: ["ash", "-c", "mkdir /root/.ssh && cp /root/test/* /root/.ssh && chmod 600 /root/.ssh/base-image && cd /appdata && git clone git@git.weebo.fr:sandbox/base-image.git ."]
|
||||
env:
|
||||
- name: "GIT_SSH_COMMAND"
|
||||
value: "ssh -o StrictHostKeyChecking=no"
|
||||
|
Loading…
Reference in New Issue
Block a user