File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -139,9 +139,6 @@ pytorch_tutorial_build_defaults: &pytorch_tutorial_build_defaults
139
139
140
140
export COMMAND='((echo "source ./workspace/env" && echo "sudo chown -R jenkins workspace && cd workspace && ./ci_build_script.sh") | docker exec -u jenkins -i "$id" bash) 2>&1'
141
141
echo ${COMMAND} > ./command.sh && unbuffer bash ./command.sh | ts
142
- - store_artifacts :
143
- path : ./docs/build/html
144
- destination : docs
145
142
146
143
pytorch_tutorial_build_worker_defaults : &pytorch_tutorial_build_worker_defaults
147
144
environment :
Original file line number Diff line number Diff line change @@ -139,9 +139,6 @@ pytorch_tutorial_build_defaults: &pytorch_tutorial_build_defaults
139
139
140
140
export COMMAND='((echo "source ./workspace/env" && echo "sudo chown -R jenkins workspace && cd workspace && ./ci_build_script.sh") | docker exec -u jenkins -i "$id" bash) 2>&1'
141
141
echo ${COMMAND} > ./command.sh && unbuffer bash ./command.sh | ts
142
- - store_artifacts:
143
- path: ./docs/build/html
144
- destination: docs
145
142
146
143
pytorch_tutorial_build_worker_defaults: &pytorch_tutorial_build_worker_defaults
147
144
environment:
@@ -184,6 +181,9 @@ pytorch_windows_build_worker: &pytorch_windows_build_worker
184
181
- beginner_source/data
185
182
- intermediate_source/data
186
183
- prototype_source/data
184
+ - store_artifacts:
185
+ path: ./docs/build/html
186
+ destination: docs
187
187
{% endraw %}
188
188
jobs:
189
189
{{ jobs("pr") }}
You can’t perform that action at this time.
0 commit comments