mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
5b1f57f690
Release of documents and component should be done manually until we introduce the automation properly. ci: Solve the warnings on docs_build ci: Adopts the old strategy to push to github
20 lines
524 B
YAML
20 lines
524 B
YAML
push_master_to_github:
|
|
stage: deploy
|
|
image: ${CI_DOCKER_REGISTRY}/esp32-ci-env
|
|
tags:
|
|
- build
|
|
only:
|
|
refs:
|
|
- master
|
|
- idf
|
|
when: on_success
|
|
variables:
|
|
GIT_STRATEGY: clone
|
|
script:
|
|
- curl -sSL ${CIT_LOADER_URL} | sh
|
|
- source citools/import_functions
|
|
- cit_add_ssh_key "${GH_PUSH_KEY}"
|
|
- git remote remove github || true
|
|
- git remote add github ${GH_PUSH_REPO}
|
|
- git push github HEAD:${CI_COMMIT_REF_NAME}
|