Disable Docker Layer Caching - not available in plan
This commit is contained in:
@@ -194,8 +194,7 @@ jobs:
|
|||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: /tmp/workspace
|
at: /tmp/workspace
|
||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker:
|
- setup_remote_docker
|
||||||
docker_layer_caching: yes
|
|
||||||
- run:
|
- run:
|
||||||
name: Build Docker artifact - demo
|
name: Build Docker artifact - demo
|
||||||
command: docker build --pull -t "cosmwasm/wasmd-demo:${CIRCLE_SHA1}" .
|
command: docker build --pull -t "cosmwasm/wasmd-demo:${CIRCLE_SHA1}" .
|
||||||
@@ -215,8 +214,7 @@ jobs:
|
|||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: /tmp/workspace
|
at: /tmp/workspace
|
||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker:
|
- setup_remote_docker
|
||||||
docker_layer_caching: yes
|
|
||||||
- run:
|
- run:
|
||||||
name: Build Docker artifact - demo
|
name: Build Docker artifact - demo
|
||||||
command: docker build --pull -t "cosmwasm/wasmd-demo:${CIRCLE_TAG}" . .
|
command: docker build --pull -t "cosmwasm/wasmd-demo:${CIRCLE_TAG}" . .
|
||||||
@@ -233,8 +231,7 @@ jobs:
|
|||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: /tmp/workspace
|
at: /tmp/workspace
|
||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker:
|
- setup_remote_docker
|
||||||
docker_layer_caching: true
|
|
||||||
- run:
|
- run:
|
||||||
name: Build gaia
|
name: Build gaia
|
||||||
no_output_timeout: 20m
|
no_output_timeout: 20m
|
||||||
|
|||||||
Reference in New Issue
Block a user