mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
compress artifacts before storing them in circle
This commit is contained in:
parent
7f3afc48df
commit
637dbf6b0b
1 changed files with 4 additions and 1 deletions
|
@ -69,8 +69,11 @@ aliases:
|
||||||
- *save_build_cache
|
- *save_build_cache
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: test/results
|
path: test/results
|
||||||
|
- run:
|
||||||
|
name: Compress Artifacts
|
||||||
|
command: tar -cvzf build.tar build
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: build
|
path: build.tar
|
||||||
- &deploy
|
- &deploy
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue