add gold image with modifications for adc
This commit is contained in:
@@ -205,7 +205,7 @@ def step_set_hostname(iot_host: str, hostname: str | None):
|
||||
"err": stderr[-500:],
|
||||
}
|
||||
|
||||
def step_git_pull(iot_host: str, branch: str = "main"):
|
||||
def step_git_pull(iot_host: str, branch: str = "release"):
|
||||
"""Pull latest code from the repository on the device.
|
||||
|
||||
Executes git checkout and git pull in ~/bumble-auracast.
|
||||
@@ -393,7 +393,7 @@ def main():
|
||||
"pull",
|
||||
"hostname",
|
||||
"mac",
|
||||
#"wg", # TODO: after wiregurd setup a device was only reachable via vpn not in local network - fix this
|
||||
"wg", # TODO: after wiregurd setup a device was only reachable via vpn not in local network - fix this
|
||||
"update_app",
|
||||
"start_app",
|
||||
"finish"
|
||||
|
||||
Reference in New Issue
Block a user