Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cbf70bb

Browse files
authoredApr 22, 2024··
Apply suggestions from code review
1 parent 8c6b76d commit cbf70bb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎.pipelines/PowerShell-Snap-Official.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ trigger: none
2121

2222
variables:
2323
- name: CDP_DEFINITION_BUILD_COUNT
24-
value: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
24+
value: $[counter('', 0)] # needed for onebranch.pipeline.version task
2525
- name: LinuxContainerImage
26-
value: mcr.microsoft.com/onebranch/cbl-mariner/build:2.0 # Docker image which is used to build the project https://aka.ms/obpipelines/containers
26+
value: mcr.microsoft.com/onebranch/cbl-mariner/build:2.0 # Docker image which is used to build the project
2727
- name: DEBIAN_FRONTEND
2828
value: noninteractive
2929
- group: poolNames
@@ -36,7 +36,7 @@ resources:
3636
ref: refs/heads/main
3737

3838
extends:
39-
template: v2/OneBranch.Official.CrossPlat.yml@templates # https://aka.ms/obpipelines/templates
39+
template: v2/OneBranch.Official.CrossPlat.yml@templates
4040
parameters:
4141
git:
4242
fetchDepth: 1
@@ -45,7 +45,7 @@ extends:
4545
retryCount: 3
4646
# we don't use this and some of our agents doesn't have the feature installed
4747
lfs: false
48-
cloudvault: # https://aka.ms/obpipelines/cloudvault
48+
cloudvault:
4949
enabled: false # set to true to enable cloudvault
5050
runmode: stage # linux can run CloudVault upload as a separate stage
5151
dependsOn: linux_build
@@ -94,4 +94,4 @@ extends:
9494
- template: /.pipelines/templates/releaseBuildAndPushStage.yml@self
9595
parameters:
9696
channel: lts
97-
release: ${{ parameters.release }}
97+
release: ${{ parameters.release }}

‎.pipelines/templates/releaseBuildJob.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ jobs:
165165
Write-Host "##vso[artifact.upload containerfolder=${artifactName};artifactname=${artifactName}]${env:SNAP_TARGZ}"
166166
displayName: Publish tar.gz Artifact - $(channel)
167167
condition: succeeded()
168-
continueOnError: true
168+
continueOnError: true

0 commit comments

Comments
 (0)
This repository has been archived.