remove docker layer caching (#7277)

This commit is contained in:
Alvin Huang 2020-02-12 13:56:16 -05:00 committed by GitHub
parent 703cd284cd
commit a2ed78453e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -338,8 +338,7 @@ jobs:
# get consul binary # get consul binary
- attach_workspace: - attach_workspace:
at: bin/ at: bin/
- setup_remote_docker: - setup_remote_docker
docker_layer_caching: true
- run: make ci.dev-docker - run: make ci.dev-docker
# Nomad 0.8 builds on go0.10 # Nomad 0.8 builds on go0.10
@ -569,8 +568,7 @@ jobs:
# Get go binary from workspace # Get go binary from workspace
- attach_workspace: - attach_workspace:
at: . at: .
- setup_remote_docker: - setup_remote_docker
docker_layer_caching: true
# Build the consul-dev image from the already built binary # Build the consul-dev image from the already built binary
- run: docker build -t consul-dev -f ./build-support/docker/Consul-Dev.dockerfile . - run: docker build -t consul-dev -f ./build-support/docker/Consul-Dev.dockerfile .
- run: - run: