mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
CI: created script for creating MR to esp-dockerfiles, added script execution to CI pipeline
This commit is contained in:
parent
2e55775f95
commit
b987b34829
@ -40,6 +40,16 @@ push_to_github:
|
|||||||
- git remote add github git@github.com:espressif/esp-idf.git
|
- git remote add github git@github.com:espressif/esp-idf.git
|
||||||
- tools/ci/push_to_github.sh
|
- tools/ci/push_to_github.sh
|
||||||
|
|
||||||
|
deploy_update_SHA_in_esp-dockerfiles:
|
||||||
|
extends:
|
||||||
|
- .deploy_job_template
|
||||||
|
- .rules:ref:master-always
|
||||||
|
- .rules:tag:release
|
||||||
|
script:
|
||||||
|
- 'curl --header "PRIVATE-TOKEN: ${ESPCI_SCRIPTS_TOKEN}" -o create_MR_in_esp_dockerfile.sh $GITLAB_HTTP_SERVER/api/v4/projects/1260/repository/files/create_MR_in_esp_dockerfile%2Fcreate_MR_in_esp_dockerfile.sh/raw\?ref\=master'
|
||||||
|
- chmod +x create_MR_in_esp_dockerfile.sh
|
||||||
|
- ./create_MR_in_esp_dockerfile.sh
|
||||||
|
|
||||||
deploy_test_result:
|
deploy_test_result:
|
||||||
extends:
|
extends:
|
||||||
- .deploy_job_template
|
- .deploy_job_template
|
||||||
|
Loading…
x
Reference in New Issue
Block a user