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.
1 parent 13e6708 commit 2110b06Copy full SHA for 2110b06
.circleci/config.yml
@@ -119,7 +119,8 @@ jobs:
119
NUM_BUILD_PROCS: "2"
120
steps:
121
- checkout
122
- - setup_remote_docker
+ - setup_remote_docker:
123
+ version: 20.10.6
124
- install-go
125
- run: docker buildx create --name builder --platform linux/amd64,linux/arm64 --use && docker buildx inspect --bootstrap
126
- run: sudo pip install awscli
@@ -142,7 +143,8 @@ jobs:
142
143
CORTEX_TEST_BATCH_S3_PATH: s3://cortex-nightly-artifacts/test/jobs
144
145
146
147
148
- install-e2e-dependencies
149
- run:
150
name: Initialize Credentials
0 commit comments