Skip to content

Commit 52413f6

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
steps:
2424
- checkout: self
2525

26+
- task: DockerInstaller@0
27+
inputs:
28+
version: 17.09.0-ce
29+
releaseType: stable
30+
2631
- task: GoTool@0
2732
inputs:
2833
version: $(GO_VERSION)
@@ -32,7 +37,7 @@ jobs:
3237
3338
ip address
3439
systemctl status docker
35-
systemctl restart docker
40+
#systemctl restart docker
3641
3742
BUILD_CONTEXT=$(make "$MAKE_BUILD_CONTEXT")
3843
echo >&2 "##vso[task.setvariable variable=BUILD_CONTEXT_${VAR_ID};]$BUILD_CONTEXT"

0 commit comments

Comments
 (0)