]> Git Repo - esp-hosted.git/blobdiff - .gitlab-ci.yml
Merge branch 'feature/esp_printk' into 'master'
[esp-hosted.git] / .gitlab-ci.yml
index 46721ea5447e23c0cbe4dc0431e6680e95c215cb..f9f6699ff87743356c0f47f7574de425cb258312 100644 (file)
@@ -89,3 +89,21 @@ deploy_esp32p4_github:
       - git remote remove github &>/dev/null || true
       - git remote add github [email protected]: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
+#  when: manual
+#  only:
+#    - feature/ext_component_host
+#  script:
+#    - export IDF_COMPONENT_API_TOKEN=${ESP_HOSTED_API_KEY}
+#    - pip install idf-component-manager
+#    - cp -r common host/
+#    - cp -r common slave/
+#    - cd host
+#    - compote component upload --allow-existing --name esp_hosted_master --namespace mantriyogesh --project-dir ./
+#    - cd ../slave
+#    - compote component upload --allow-existing --name esp_hosted_slave --namespace mantriyogesh --project-dir ./
This page took 0.019906 seconds and 4 git commands to generate.