Skip to content

Commit

Permalink
quality: Fix integration tests logging
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Jan 8, 2025
1 parent 8672adf commit bd63f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ fi

echo "➡️ Running integration tests for agent ${agent} with prefix ${prefix}, flavor ${flavor} and version ${version}"

echo "Configuring Azure DevOps organization ${org_url}"
org_url="https://dev.azure.com/blue-agent"
echo "Configuring Azure DevOps organization ${org_url}"
az devops configure --defaults organization=${org_url}

# Get the pool id
Expand Down

0 comments on commit bd63f54

Please sign in to comment.