Skip to content

Commit

Permalink
CI: fix rename
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Feb 27, 2019
1 parent 4deb392 commit e0ee1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
MY_TAG=${MY_TAG#refs/tags/}
echo $MY_TAG
echo "##vso[task.setvariable variable=build.my_tag]$MY_TAG"
displayName: "Create date variable"
displayName: "Create my tag variable"
- script: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
Expand Down

0 comments on commit e0ee1e2

Please sign in to comment.