mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-17 15:59:23 +01:00
8 lines
173 B
Bash
Executable File
8 lines
173 B
Bash
Executable File
#!/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="test.mosquitto.org"
|