Skip to content

Commit 4a54dc4

Browse files
authored
removing docker curl and executing, relying on the contents of github… (#801)
1 parent eac574c commit 4a54dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
- run:
233233
name: Build for platform
234234
command: |
235-
bash <(curl -fsSL https://get.docker.com)
235+
bash <(curl -fsSL https://raw.githubusercontent.com/docker/docker-install/master/install.sh)
236236
pushd opt/build/docker
237237
docker login -u redisfab -p $DOCKER_REDISFAB_PWD
238238
make build DOCKER_SUFFIX="$$" <<parameters.target>> OSNICK=<<parameters.osnick>> PACK=1 VERBOSE=1 <<parameters.lite>>

0 commit comments

Comments
 (0)