Skip to content

Commit

Permalink
Use mkdir instead of md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet Seckin committed Nov 23, 2019
1 parent f84d16b commit 21daa9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ stages:
jobs:
- job: 'release_job'
steps:
- script: md $(artifactsDirectory)
- script: mkdir $(artifactsDirectory)
- task: DownloadPipelineArtifact@2
displayName: 'Download all artifacts'
inputs:
Expand Down

0 comments on commit 21daa9c

Please sign in to comment.