Skip to content

Commit

Permalink
testing without backup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellerbach committed Dec 16, 2024
1 parent 283ae0a commit 2f8dee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ stages:
# Loop to retry the function call
while (( attempt < MAX_RETRIES )); do
nanoff --target ${{ parameters.appComponents }} --update --masserase --serialport $(echo $SerialPort) --baud ${BAUD_RATES[$baud_index]}
nanoff --target ${{ parameters.appComponents }} --update --masserase --nobackupconfig --serialport $(echo $SerialPort) --baud ${BAUD_RATES[$baud_index]}
status=$?
if [ $status -eq 0 ]; then
break
Expand Down Expand Up @@ -116,7 +116,7 @@ stages:
# Loop to retry the function call
while ($attempt -lt $MAX_RETRIES) {
$(Agent.HomeDirectory)\tools\nanoff --target $appComponent --update --masserase --serialport $SerialPort --baud $BAUD_RATES[$baud_index]
$(Agent.HomeDirectory)\tools\nanoff --target $appComponent --update --masserase --nobackupconfig --serialport $SerialPort --baud $BAUD_RATES[$baud_index]
$status = $LASTEXITCODE
if ($status -eq 0) {
break
Expand Down

0 comments on commit 2f8dee0

Please sign in to comment.