Skip to content

Commit c05ebc1

Browse files
committed
Hotfix: Add cleanup to allow agent restart
1 parent 6d5d068 commit c05ebc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/docker/start.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ source ./env.sh
8888

8989
print_header "1. Configuring Azure Pipelines agent..."
9090

91+
cleanup;
92+
9193
./config.sh --unattended \
9294
--agent "${AZP_AGENT_NAME:-$(hostname)}" \
9395
--url "$AZP_URL" \

0 commit comments

Comments
 (0)