mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
update ci script
This commit is contained in:
parent
dcd2d46187
commit
5cef9185b5
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ echo "Stage: PRE-Xcode Build is activated .... "
|
|||
cd $CI_PRIMARY_REPOSITORY_PATH/scripts || exit 1
|
||||
|
||||
# Write a JSON File containing all the environment variables and secrets.
|
||||
printf "{\"PUBLIC_MQTT_USERNAME\":\"%s\",\"PUBLIC_MQTT_PASSWORD\":\"%s\"}" "$PUBLIC_MQTT_USERNAME" "$PUBLIC_MQTT_PASSWORD" >> .\ ./SupportingFiles/Secrets.json
|
||||
printf "{\"PUBLIC_MQTT_USERNAME\":\"%s\",\"PUBLIC_MQTT_PASSWORD\":\"%s\"}" "$PUBLIC_MQTT_USERNAME" "$PUBLIC_MQTT_PASSWORD" >> ./SupportingFiles/Secrets.json
|
||||
|
||||
echo "Wrote Secrets.json file."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue