Skip to content

Commit 742d0b9

Browse files
Remove reference-info-base64 file for CVM (#7102)
1 parent af05e86 commit 742d0b9

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.pipelines/templates/.builder-release-template.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ steps:
4949
**/kata-containers-cc.img**
5050
**/kata-containers.img**
5151
**/kata-containers-initrd-base.img**
52-
**/reference-info-base64**
5352
downloadPath: $(Build.SourcesDirectory)
5453

5554
- task: DownloadPipelineArtifact@2
@@ -99,7 +98,7 @@ steps:
9998
echo "##vso[task.setvariable variable=SKU_NAME]$SKU_NAME"
10099
echo "Set SKU_NAME to $SKU_NAME"
101100
displayName: Set SKU Name
102-
101+
103102
- bash: make -f packer.mk run-packer
104103
condition: ne(variables['BUILDER'], 'imagecustomizer')
105104
displayName: Build VHD
@@ -264,7 +263,7 @@ steps:
264263
displayName: Convert Shared Image Gallery To VHD Blob In Classic Storage Account
265264
env:
266265
RESOURCE_GROUP_NAME: $(AZURE_RESOURCE_GROUP_NAME)
267-
266+
268267
- task: DownloadPipelineArtifact@2
269268
displayName: Download Build Performance Program
270269
condition: and(succeeded(), eq(variables.ENVIRONMENT, 'tme'))
@@ -273,7 +272,7 @@ steps:
273272
downloadPath: "vhdbuilder/packer/buildperformance"
274273
runVersion: "latest"
275274
project: $(System.TeamProject)
276-
pipeline: $(SOURCE_PIPELINE)
275+
pipeline: $(SOURCE_PIPELINE)
277276
artifactName: $(BUILD_PERFORMANCE_ARTIFACT_NAME)
278277

279278
- bash: make -f packer.mk evaluate-build-performance

vhdbuilder/packer/vhd-image-builder-mariner-cvm.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -577,11 +577,6 @@
577577
"source": "parts/linux/cloud-init/artifacts/containerd.service",
578578
"destination": "/home/packer/containerd.service"
579579
},
580-
{
581-
"type": "file",
582-
"source": "reference-info-base64",
583-
"destination": "/home/packer/reference-info-base64"
584-
},
585580
{
586581
"type": "file",
587582
"source": "vhdbuilder/notice.txt",

0 commit comments

Comments
 (0)