Merge pull request 'fix: CI 环境安装 rsync + docker-cli + docker-cli-compose' (#169) from develop into v2
Some checks failed
Deploy / deploy (push) Has been cancelled
Some checks failed
Deploy / deploy (push) Has been cancelled
Reviewed-on: http://8.161.227.145:3000/XEngineers/CamTalk/pulls/169
This commit was merged in pull request #169.
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |
|
run: |
|
||||||
apk add --no-cache rsync 2>/dev/null || true
|
apk add --no-cache rsync docker-cli docker-cli-compose
|
||||||
GIT_URL="http://8.161.227.145:3000/XEngineers/CamTalk.git"
|
GIT_URL="http://8.161.227.145:3000/XEngineers/CamTalk.git"
|
||||||
if [ -d /root/camtalk/.git ]; then
|
if [ -d /root/camtalk/.git ]; then
|
||||||
cd /root/camtalk
|
cd /root/camtalk
|
||||||
|
|||||||
Reference in New Issue
Block a user