Skip to content

Commit 9839ef2

Browse files
committed
add stopp that copies data from remote into a zip
1 parent 81e7d6a commit 9839ef2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
name: zip and retrieve test data
9494
command: ./docker/stop_db.sh
9595
- store_artifacts:
96-
result.tar.gz
96+
path: result.tar.gz
9797
- report
9898
- store_cache
9999

@@ -135,7 +135,7 @@ jobs:
135135
name: zip and retrieve test data
136136
command: ./docker/stop_db.sh
137137
- store_artifacts:
138-
result.tar.gz
138+
path: result.tar.gz
139139
- report
140140
- store_cache
141141

@@ -167,7 +167,7 @@ jobs:
167167
name: zip and retrieve test data
168168
command: ./docker/stop_db.sh
169169
- store_artifacts:
170-
result.tar.gz
170+
path: result.tar.gz
171171
- report
172172
- store_cache
173173

@@ -200,7 +200,7 @@ jobs:
200200
name: zip and retrieve test data
201201
command: ./docker/stop_db.sh
202202
- store_artifacts:
203-
result.tar.gz
203+
path: result.tar.gz
204204
- report
205205
- store_cache
206206

0 commit comments

Comments
 (0)