Skip to content

Commit

Permalink
Remove the azure user path work-around. (#200)
Browse files Browse the repository at this point in the history
1. Updates the container to include container fix for azure pipeline
path
2. Removes the path work-around from the pipeline files
  • Loading branch information
cfernald authored Jun 9, 2023
1 parent bc713a5 commit 47beda0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .sync/Version.njk
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
{% set latest_mu_release_branch = "release/202302" %}

{# The version of the ubuntu-22-build container to use. #}
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:4a1f8d3" %}
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:bc713a5" %}
4 changes: 0 additions & 4 deletions Jobs/PrGate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ jobs:
options: ${{ parameters.linux_container_options }}

steps:
# Add local path to ensure pip install modules are discoverable.
- ${{ if and(eq(parameters.container_build, true), not(contains(parameters.vm_image, 'windows')), ne(item.Value.SelfHostAgent, true)) }}:
- script: echo "##vso[task.prependpath]/home/vsts_azpcontainer/.local/bin"
displayName: Add User Local Bin to Path
- ${{ parameters.extra_steps }}
- template: ../Steps/PrGate.yml
parameters:
Expand Down

0 comments on commit 47beda0

Please sign in to comment.