1 Star 0 Fork 13

番茄团团 / jc-uitest

forked from 嘉诚开源 / jc-uitest 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitlab-ci.yml 665 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangjinhui 提交于 2021-12-24 03:04 . init
include:
- remote: 'http://platform.pages.jcinfo.com/base-platform/ci/.template-gitlab-ci.yml'
deploy:
stage: deploy
image: d-hub.jcinfo.com/devops/devops-toolkit:1.1
script:
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- if [[ "${CI_COMMIT_BRANCH}" == "master" ]]; then
- ssh root@172.31.6.10 'rm -rf /home/work/uitest/demo_uitest/*'
- scp -rp * root@172.31.6.10:/home/work/uitest/demo_uitest/
#- ssh root@172.31.6.10 'python3 /home/work/uitest/center_uitest/run.py testCases'
- fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/chenhai502/jc-uitest.git
git@gitee.com:chenhai502/jc-uitest.git
chenhai502
jc-uitest
jc-uitest
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891