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 33cbb8e commit 8cfadd0Copy full SHA for 8cfadd0
.buildkite/scripts/dra-workflow.sh
@@ -13,8 +13,8 @@ fi
13
echo --- Preparing
14
15
# TODO move this to image
16
-sudo apt-get update -y
17
-sudo apt-get install -y libxml2-utils python3.10-venv
+sudo NEEDRESTART_MODE=l apt-get update -y
+sudo NEEDRESTART_MODE=l apt-get install -y libxml2-utils python3.10-venv
18
19
RM_BRANCH="$BRANCH"
20
if [[ "$BRANCH" == "main" ]]; then
0 commit comments