Skip to content

Commit 2b6f40a

Browse files
author
Sheyla Trudo
committed
fixup! Separate Build Changes
1 parent 55c074a commit 2b6f40a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.pipelines/containers/container-template.jobs.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ jobs:
2929

3030
- bash: |
3131
set -e
32+
33+
if ! $(which sudo); then
34+
apt-get update -y
35+
apt-get install -y sudo net-tools
36+
fi
37+
ifconfig
38+
ip address
39+
sudo systemctl status docker
40+
sudo systemctl restart docker
3241
3342
BUILD_CONTEXT=$(make "$MAKE_BUILD_CONTEXT")
3443
echo >&2 "##vso[task.setvariable variable=BUILD_CONTEXT_${VAR_ID};]$BUILD_CONTEXT"

0 commit comments

Comments
 (0)