Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9a1733

Browse files
committed
Circle: Remove redundant store_artifacts steps.
With re-usable commands, we can put those steps onto the command instead of in each job.
1 parent ca1c5d9 commit e9a1733

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ commands:
9393
name: Bundle sphinx-gallery documentation artifacts
9494
command: tar cf doc/build/sphinx-gallery-files.tar.gz doc/api/_as_gen doc/gallery doc/tutorials
9595
when: always
96+
- store_artifacts:
97+
path: doc/build/sphinx-gallery-files.tar.gz
9698

9799

98100
##########################################
@@ -116,8 +118,6 @@ jobs:
116118
- doc-build
117119

118120
- doc-bundle
119-
- store_artifacts:
120-
path: doc/build/sphinx-gallery-files.tar.gz
121121

122122
- store_artifacts:
123123
path: doc/build/html
@@ -138,8 +138,6 @@ jobs:
138138
- doc-build
139139

140140
- doc-bundle
141-
- store_artifacts:
142-
path: doc/build/sphinx-gallery-files.tar.gz
143141

144142
- store_artifacts:
145143
path: doc/build/html
@@ -160,8 +158,6 @@ jobs:
160158
- doc-build
161159

162160
- doc-bundle
163-
- store_artifacts:
164-
path: doc/build/sphinx-gallery-files.tar.gz
165161

166162
- store_artifacts:
167163
path: doc/build/html

0 commit comments

Comments
 (0)