Skip to content

Commit d572452

Browse files
author
Svetlana Karslioglu
committed
Only apply to the build manager worker
1 parent 57d8036 commit d572452

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ pytorch_tutorial_build_defaults: &pytorch_tutorial_build_defaults
139139
140140
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'
141141
echo ${COMMAND} > ./command.sh && unbuffer bash ./command.sh | ts
142-
- store_artifacts:
143-
path: ./docs/build/html
144-
destination: docs
145142
146143
pytorch_tutorial_build_worker_defaults: &pytorch_tutorial_build_worker_defaults
147144
environment:

.circleci/config.yml.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ pytorch_tutorial_build_defaults: &pytorch_tutorial_build_defaults
139139

140140
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'
141141
echo ${COMMAND} > ./command.sh && unbuffer bash ./command.sh | ts
142-
- store_artifacts:
143-
path: ./docs/build/html
144-
destination: docs
145142

146143
pytorch_tutorial_build_worker_defaults: &pytorch_tutorial_build_worker_defaults
147144
environment:
@@ -184,6 +181,9 @@ pytorch_windows_build_worker: &pytorch_windows_build_worker
184181
- beginner_source/data
185182
- intermediate_source/data
186183
- prototype_source/data
184+
- store_artifacts:
185+
path: ./docs/build/html
186+
destination: docs
187187
{% endraw %}
188188
jobs:
189189
{{ jobs("pr") }}

0 commit comments

Comments
 (0)