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 eac574c commit 4a54dc4Copy full SHA for 4a54dc4
.circleci/config.yml
@@ -232,7 +232,7 @@ jobs:
232
- run:
233
name: Build for platform
234
command: |
235
- bash <(curl -fsSL https://get.docker.com)
+ bash <(curl -fsSL https://raw.githubusercontent.com/docker/docker-install/master/install.sh)
236
pushd opt/build/docker
237
docker login -u redisfab -p $DOCKER_REDISFAB_PWD
238
make build DOCKER_SUFFIX="$$" <<parameters.target>> OSNICK=<<parameters.osnick>> PACK=1 VERBOSE=1 <<parameters.lite>>
0 commit comments