Skip to content

Commit 8cfadd0

Browse files
committed
Set NEEDRESTART_MODE=l
1 parent 33cbb8e commit 8cfadd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/scripts/dra-workflow.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ fi
1313
echo --- Preparing
1414

1515
# TODO move this to image
16-
sudo apt-get update -y
17-
sudo apt-get install -y libxml2-utils python3.10-venv
16+
sudo NEEDRESTART_MODE=l apt-get update -y
17+
sudo NEEDRESTART_MODE=l apt-get install -y libxml2-utils python3.10-venv
1818

1919
RM_BRANCH="$BRANCH"
2020
if [[ "$BRANCH" == "main" ]]; then

0 commit comments

Comments
 (0)