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 @@ -38,6 +38,11 @@ echo "Updating issue template..."
38
38
cat .github/ISSUE_TEMPLATE/Issue-report.yml | \
39
39
sed " s/.*\- latest master .*/ - latest master \(checkout manually\)\\ n - v$ESP_ARDUINO_VERSION /g" > __issue-report.yml && mv __issue-report.yml .github/ISSUE_TEMPLATE/Issue-report.yml
40
40
41
+ echo " Updating GitLab variables..."
42
+ cat .gitlab/workflows/common.yml | \
43
+ sed " s/ESP_IDF_VERSION:.*/ESP_IDF_VERSION: \" $ESP_IDF_VERSION \" /g" | \
44
+ 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
45
+
41
46
echo " Updating platform.txt..."
42
47
cat platform.txt | sed " s/version=.*/version=$ESP_ARDUINO_VERSION /g" > __platform.txt && mv __platform.txt platform.txt
43
48
You can’t perform that action at this time.
0 commit comments