Skip to content

Commit

Permalink
fix kill exit case
Browse files Browse the repository at this point in the history
  • Loading branch information
pettershao-ragilenetworks committed Mar 1, 2023
1 parent b8c3f6f commit cdacf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ jobs:
fi
make $BUILD_OPTIONS target/sonic-$(GROUP_NAME).bin
fi
sudo kill $daemon_pid
sudo kill $daemon_pid 2&> /dev/null
displayName: "Build sonic image"
- template: .azure-pipelines/check-dirty-version.yml@buildimage

0 comments on commit cdacf13

Please sign in to comment.