Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
gracewehner committed Jan 26, 2024
1 parent 7dcd85f commit b1a65be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pipelines/azure-pipeline-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,6 @@ jobs:
echo {\"image.name\":\"$(ARC_HELM_FULL_IMAGE_NAME)\"} > $(Build.ArtifactStagingDirectory)/arc-chart/metadata.json
workingDirectory: $(Build.SourcesDirectory)/otelcollector/deploy/addon-chart/
displayName: "Build: push helm chart to dev ACR"
condition: eq(variables.IS_PR, false)
- task: PublishBuildArtifacts@1
displayName: "Ev2: publish helm chart artifacts"
Expand All @@ -903,7 +902,7 @@ jobs:

- job: Deploy_Chart_ARC
displayName: "Deploy: Arc dev cluster"
condition: and(eq(variables.IS_PR, false), eq(variables.IS_MAIN_BRANCH, true))
#condition: and(eq(variables.IS_PR, false), eq(variables.IS_MAIN_BRANCH, true))
pool:
name: Azure-Pipelines-CI-Test-EO
dependsOn:
Expand Down

0 comments on commit b1a65be

Please sign in to comment.