mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
update AddrList and examples (#5422)
This commit is contained in:
@ -33,7 +33,7 @@ if [ -d ${TMPCI} ]; then
|
||||
echo ""
|
||||
echo " -- updating CI directory in ${TMPCI} --"
|
||||
echo ""
|
||||
(cd ${TMPCI}; git checkout ${branch}; git pull)
|
||||
(cd ${TMPCI}; git checkout master; git branch -D ${branch} || true; git checkout -b ${branch}; git pull origin ${branch})
|
||||
else
|
||||
echo ""
|
||||
echo " -- installing CI directory in ${TMPCI} --"
|
||||
|
Reference in New Issue
Block a user