File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,11 @@ cat docs/conf_common.py | \
4545sed " s/.. |version| replace:: .*/.. |version| replace:: $ESP_ARDUINO_VERSION /g" | \
4646sed " s/.. |idf_version| replace:: .*/.. |idf_version| replace:: $ESP_IDF_VERSION /g" > docs/__conf_common.py && mv docs/__conf_common.py docs/conf_common.py
4747
48+ echo " Updating .gitlab/workflows/common.yml..."
49+ cat .gitlab/workflows/common.yml | \
50+ sed " s/ESP_IDF_VERSION:.*/ESP_IDF_VERSION: \" $ESP_IDF_VERSION \" /g" | \
51+ sed " s/ESP_ARDUINO_VERSION:.*/ESP_ARDUINO_VERSION: \" $ESP_ARDUINO_VERSION \" /g" > .gitlab/workflows/__common.yml && mv .gitlab/workflows/__common.yml .gitlab/workflows/common.yml
52+
4853echo " Updating cores/esp32/esp_arduino_version.h..."
4954cat cores/esp32/esp_arduino_version.h | \
5055sed " s/#define ESP_ARDUINO_VERSION_MAJOR.*/#define ESP_ARDUINO_VERSION_MAJOR $ESP_ARDUINO_VERSION_MAJOR /g" | \
You can’t perform that action at this time.
0 commit comments