Skip to content

Commit 734da7a

Browse files
authored
possibly fixing master by removing artifact snapshot
1 parent f549ac1 commit 734da7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
logsdir=tests/logs/cpu
178178
mkdir -p $logsdir
179179
if [[ -e $logstar ]]; then tar -C $logsdir -xzf $logstar; fi
180-
(cd bin/artifacts; tar -cf snapshots.tar snapshots/)
180+
# (cd bin/artifacts; tar -cf snapshots.tar snapshots/)
181181
no_output_timeout: 40m
182182
- persist_to_workspace:
183183
root: bin/

0 commit comments

Comments
 (0)