Skip to content

Commit

Permalink
Updated aks agent pool clean up
Browse files Browse the repository at this point in the history
updated
  • Loading branch information
schijioke-uche authored May 31, 2021
1 parent 674bb1c commit 0062e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AksTerraform/CleanUpAKSagentPool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ rm $AZP_TOKEN_FILE

print_header "4. Running Azure Pipelines agent..."

# `exec` the node runtime so it's aware of TERM and INT signals
# AgentService.js understands how to handle agent self-update and restart
# `exec` the node runtime so it's aware of TERM and INT signals.
# AgentService.js understands how to handle agent self-update and restart.
exec ./externals/node/bin/node ./bin/AgentService.js interactive

0 comments on commit 0062e63

Please sign in to comment.