Skip to content

Commit ca79a8e

Browse files
committed
Revert "Setup remote docker"
This reverts commit fc53236.
1 parent 3ee62cd commit ca79a8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ jobs:
126126
steps:
127127
- restore_cache:
128128
key: v8-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}
129-
- setup_remote_docker
130129
- run:
131130
name: Docker Sign In
132131
command: "if [ -n $DOCKER_USER ]; then echo $DOCKER_PWD | docker login -u $DOCKER_USER --password-stdin; else exit 0; fi"

0 commit comments

Comments
 (0)