Skip to content

Commit f05bcaa

Browse files
author
Svetlana Karslioglu
authored
Update config.yml
Fix
1 parent 734d2d9 commit f05bcaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ 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
142+
- store_artifacts:
143+
path: ./docs/build/html
144+
destination: docs
145145

146146
pytorch_tutorial_build_worker_defaults: &pytorch_tutorial_build_worker_defaults
147147
environment:

0 commit comments

Comments
 (0)