We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5d068 commit c05ebc1Copy full SHA for c05ebc1
src/docker/start.sh
@@ -88,6 +88,8 @@ source ./env.sh
88
89
print_header "1. Configuring Azure Pipelines agent..."
90
91
+cleanup;
92
+
93
./config.sh --unattended \
94
--agent "${AZP_AGENT_NAME:-$(hostname)}" \
95
--url "$AZP_URL" \
0 commit comments