Skip to content
代码片段 群组 项目
提交 c4437df2 编辑于 作者: Yogesh Mantri's avatar Yogesh Mantri
浏览文件

Update .gitlab-ci.yml file

上级 0067a944
No related branches found
No related tags found
无相关合并请求
......@@ -89,3 +89,27 @@ deploy_esp32p4_github:
- git remote remove github &>/dev/null || true
- git remote add github git@github.com:espressif/esp-hosted.git
- git push -f github "${CI_COMMIT_SHA}:refs/heads/${CI_COMMIT_REF_NAME}"
.deploy_esp_hosted_master_comp:
stage: deploy
image: $CI_DOCKER_REGISTRY/esp32-ci-env
tags:
- deploy
rules:
- if $CI_COMMIT_TAG
when: manual
only:
- feature/ext_component_host
files:
exclude:
- slave/
- slave/**/*
include:
- host/**/*
script:
- cp -r common host/
- cp -r common slave/
- cd host
- compote component upload --name esp_hosted_master --allow-existing --namespace=mantriyogesh --project-dir ./
- cd ../slave
- compote component upload --name esp_hosted_slave --allow-existing --namespace=mantriyogesh --project-dir ./
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册