diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2019-05-21 15:55:26 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2019-05-21 15:55:26 -0700 |
| commit | e0ed2a3f60f3e477c372ec0197e0cd676ada36b6 (patch) | |
| tree | ee1729f641d045d9a44b040d349571271a191789 | |
| parent | fe3dd0b50fef21d14591c960a9610bafb224cdbf (diff) | |
| download | rust-e0ed2a3f60f3e477c372ec0197e0cd676ada36b6.tar.gz rust-e0ed2a3f60f3e477c372ec0197e0cd676ada36b6.zip | |
Correct the upload_dir in script
| -rw-r--r-- | .azure-pipelines/steps/run.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/steps/run.yml b/.azure-pipelines/steps/run.yml index 3d07df4d936..f7ee490b1fd 100644 --- a/.azure-pipelines/steps/run.yml +++ b/.azure-pipelines/steps/run.yml @@ -118,7 +118,7 @@ steps: set -e if [ "$AGENT_OS" = "Linux" ]; then rm -rf obj/build/dist/doc - upload_dir=obj/build/dist deploy/$BUILD_SOURCEVERSION + upload_dir=obj/build/dist else rm -rf build/dist/doc upload_dir=build/dist |
