Skip to content

Commit

Permalink
ci: use ##vso[task.prependpath] on azure
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed May 20, 2019
1 parent a89e8d2 commit f23c1ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure-pipelines/steps/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ steps:
chmod +x $HOME/stamp
export PATH=$PATH:$HOME/.local/bin:$HOME/Library/Python/2.7/bin/:$HOME
echo "##vso[task.setvariable variable=PATH;]$PATH"
echo "##vso[task.prependpath]$HOME/.local/bin"
echo "##vso[task.prependpath]$HOME/Library/Python/2.7/bin"
echo "##vso[task.prependpath]$HOME"
mkdir -p $HOME/rustsrc
displayName: Prep
Expand Down

0 comments on commit f23c1ba

Please sign in to comment.