Skip to content

Commit 9bde1cc

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

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,9 @@ jobs:
3030
- bash: |
3131
set -e
3232
33-
if ! $(which sudo); then
34-
apt-get update -y
35-
apt-get install -y sudo net-tools
36-
fi
37-
ifconfig
3833
ip address
39-
sudo systemctl status docker
40-
sudo systemctl restart docker
34+
systemctl status docker
35+
systemctl restart docker
4136
4237
BUILD_CONTEXT=$(make "$MAKE_BUILD_CONTEXT")
4338
echo >&2 "##vso[task.setvariable variable=BUILD_CONTEXT_${VAR_ID};]$BUILD_CONTEXT"

0 commit comments

Comments
 (0)