Skip to content

Commit fa4238b

Browse files
committed
ci: remove manual cmds to save docker cache
1 parent 73135ed commit fa4238b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.circleci/config.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ jobs:
2626
command: |
2727
VERSION=$(cat VERSION)
2828
docker build . -t developmentseed/geolambda:${VERSION}
29-
- run:
30-
name: Save Docker image layer cache
31-
command: |
32-
mkdir -p /caches
33-
docker save -o /caches/project.tar developmentseed/geolambda
34-
- save_cache:
35-
key: v1-{{ .Branch }}-{{ epoch }}
36-
paths:
37-
- /caches/project.tar
3829
- deploy:
3930
name: Publish Docker images
4031
command: |

0 commit comments

Comments
 (0)