mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-18 08:19:24 +01:00
8 lines
169 B
Bash
8 lines
169 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
# This script is used to set some common variables for the CI pipeline.
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
# MQTT public broker URI
|
||
|
|
export CI_MQTT_BROKER_URI="broker.emqx.io"
|