File tree 5 files changed +8
-9
lines changed
5 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pytest = "*"
16
16
pytest-cov = " *"
17
17
wheel = " *"
18
18
code-snippet = {editable = true , path = " ." }
19
- mbed-tools-ci -scripts = " *"
19
+ continuous-delivery -scripts = " *"
20
20
pre-commit = " *"
21
21
22
22
[pipenv ]
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ stages:
121
121
- template : steps/install-development-dependencies.yml
122
122
123
123
- script : |
124
- assert-news -b $(current_branch)
124
+ cd- assert-news -b $(current_branch)
125
125
displayName: 'Run check'
126
126
127
127
- stage : DocBuild
Original file line number Diff line number Diff line change 1
1
steps :
2
2
- 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`"
4
4
displayName: 'Set variable for temporary docs dir'
5
-
6
5
- script : |
7
- generate-docs --output_dir $(temp_docs_path)
6
+ cd- generate-docs --output_dir $(temp_docs_path)
8
7
displayName: 'Generate documentation'
9
-
10
8
- script : |
11
- license-files
9
+ cd- license-files
12
10
displayName: 'Add copyright/licence notice.'
Original file line number Diff line number Diff line change 5
5
6
6
- bash : |
7
7
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)
9
9
displayName: 'Generate SPDX documents'
10
10
11
11
- script : |
12
- license-files
12
+ cd- license-files
13
13
displayName: 'Add copyright/licence notice.'
14
14
15
15
- publish : $(temp_spdx_reports_path)
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ DOCUMENTATION_DEFAULT_OUTPUT_PATH = "local_docs"
17
17
DOCUMENTATION_PRODUCTION_OUTPUT_PATH = " docs"
18
18
VERSION_FILE_PATH = " snippet/_version.py"
19
19
CHANGELOG_FILE_PATH = " CHANGELOG.md"
20
+ PROGRAMMING_LANGUAGE = " Python"
20
21
21
22
[ProjectConfig .PACKAGES_WITH_CHECKED_LICENCE ]
22
23
python-dotenv = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments