requested changes

This commit is contained in:
Jota 2018-08-27 14:19:00 +02:00
parent 0cea196c2e
commit 317ec6b00f
1 changed files with 0 additions and 13 deletions

View File

@ -30,19 +30,6 @@ jobs:
command: |
docker version
docker info
- restore_cache:
keys:
- cache-{{ .Branch }}
paths:
- /cache/layers.tar
- run:
name: Build docker image
command: |
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-image-test.sh | bash -
- save_cache:
key: cache-{{ .Branch }}-{{ epoch }}
paths:
- /cache/layers.tar
- deploy:
name: Publish docker image
command: |