Skip to content

Commit 47beda0

Browse files
authored
Remove the azure user path work-around. (#200)
1. Updates the container to include container fix for azure pipeline path 2. Removes the path work-around from the pipeline files
1 parent bc713a5 commit 47beda0

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.sync/Version.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
{% set latest_mu_release_branch = "release/202302" %}
3737

3838
{# The version of the ubuntu-22-build container to use. #}
39-
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:4a1f8d3" %}
39+
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:bc713a5" %}

Jobs/PrGate.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@ jobs:
132132
options: ${{ parameters.linux_container_options }}
133133

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

0 commit comments

Comments
 (0)