Skip to content

Commit 32e9e6b

Browse files
committed
Fix circleci
1 parent 2ce5dcf commit 32e9e6b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
source ".circleci/parse-tag.sh"
4646
DOCKERHUB_DOCKEFILE="$DOCKERHUB_DOCKEFILE_ARM64"
4747
DOCKERHUB_DESTINATION="$DOCKERHUB_REPO:$LATEST_TAG-arm64v8"
48-
echo "DOCKER_OPTIONS=$DOCKER_OPTIONS"
49-
echo "DOCKER_CERT_PATH=$DOCKER_CERT_PATH"
5048
if [ -f $DOCKERHUB_DOCKEFILE ]; then
5149
#
5250
# Make sure the builder is copy the arm emulator

.circleci/parse-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ DOCKERHUB_DESTINATION="$DOCKERHUB_REPO:$LATEST_TAG"
2828
DOCKERHUB_DOCKEFILE_ARM64="$NODE_NAME/$NODE_VERSION/linuxarm64v8.Dockerfile"
2929
DOCKERHUB_DOCKEFILE_ARM32="$NODE_NAME/$NODE_VERSION/linuxarm32v7.Dockerfile"
3030
DOCKERHUB_DOCKEFILE_AMD64="$NODE_NAME/$NODE_VERSION/linuxamd64.Dockerfile"
31-
DOCKER_OPTIONS="--tlsverify -H=$DOCKER_HOST --tlscacert=$DOCKER_CERT_PATH/ca.pem --tlscert=$DOCKER_CERT_PATH/cert.pem --tlskey=$DOCKER_CERT_PATH/key.pem"
31+
DOCKER_OPTIONS="-H=$DOCKER_HOST"
3232

3333

3434
echo "LATEST_TAG=$LATEST_TAG"

0 commit comments

Comments
 (0)