File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ pyfakefs = "*"
1717pytest-cov = " *"
1818wheel = " *"
1919continuous-delivery-scripts = {editable = true , path = " ." }
20- mbed-tools-ci-scripts = " *"
2120pre-commit = " *"
2221
2322[pipenv ]
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ stages:
121121 - template : steps/install-development-dependencies.yml
122122
123123 - script : |
124- assert-news -b $(current_branch)
124+ cd- assert-news -b $(current_branch)
125125 displayName: 'Run check'
126126
127127 - stage : DocBuild
Original file line number Diff line number Diff line change 11steps :
22 - bash : |
3- echo "##vso[task.setvariable variable=temp_docs_path]`get-config --key DOCUMENTATION_PRODUCTION_OUTPUT_PATH`"
3+ echo "##vso[task.setvariable variable=temp_docs_path]`cd- get-config --key DOCUMENTATION_PRODUCTION_OUTPUT_PATH`"
44 displayName: 'Set variable for temporary docs dir'
55
66 - script : |
7- generate-docs --output_dir $(temp_docs_path)
7+ cd- generate-docs --output_dir $(temp_docs_path)
88 displayName: 'Generate documentation'
99
1010 - script : |
11- license-files
11+ cd- license-files
1212 displayName: 'Add copyright/licence notice.'
Original file line number Diff line number Diff line change 55
66 - bash : |
77 mkdir -p $(temp_spdx_reports_path)
8- generate-spdx --output-dir $(temp_spdx_reports_path)
8+ cd- generate-spdx --output-dir $(temp_spdx_reports_path)
99 displayName: 'Generate SPDX documents'
1010
1111 - script : |
12- license-files
12+ cd- license-files
1313 displayName: 'Add copyright/licence notice.'
1414
1515 - publish : $(temp_spdx_reports_path)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ parameters:
44 currentBranch : ' '
55
66steps :
7- - bash : tag-and-release -b ${{ parameters.currentBranch }} --release-type=${{ parameters.releaseType }} -vv
7+ - bash : cd- tag-and-release -b ${{ parameters.currentBranch }} --release-type=${{ parameters.releaseType }} -vv
88 displayName : ${{ parameters.message }}
99 env :
1010 GIT_TOKEN : $(GIT_TOKEN)
You can’t perform that action at this time.
0 commit comments