We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f5af5d + a60ff12 commit 7b57f13Copy full SHA for 7b57f13
.circleci/config.yml
@@ -40,8 +40,8 @@ commands:
40
sudo apt-get -qq update
41
sudo apt-get -q install -y git openssh-client curl ca-certificates make tar gzip
42
bash <(curl -fsSL https://get.docker.com)
43
- - setup_remote_docker:
44
- docker_layer_caching: true
+# - setup_remote_docker:
+# docker_layer_caching: true
45
46
relocate-docker-storage:
47
steps:
@@ -204,7 +204,7 @@ jobs:
204
machine:
205
enabled: true
206
docker_layer_caching: true
207
- resource_class: small
+ resource_class: medium
208
image: ubuntu-2004:202101-01
209
210
- platforms-build-steps
0 commit comments