Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 3da4a23

Browse files
author
David Chung
authored
Fix broken build
1 parent 761f618 commit 3da4a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ machine:
1313
E2E_CLEANUP: "false"
1414
SKIP_TESTS: "docker,etcd"
1515
S3_MINIO: "s3bucket"
16-
S3_BUCKET: "s3ucket/infrakit/build/linux-amd64"
16+
S3_BUCKET: "s3bucket/infrakit/build/linux-amd64"
1717
S3_BUILD_PR: "infrakit-pr-$CIRCLE_PR_NUMBER-tar.gz"
1818
S3_BUILD_RELEASE: "infrakit-$CIRCLE_BRANCH.tar.gz"
1919
S3_BUILD_MASTER: "infrakit-master-$CIRCLE_BUILD_NUM.tar.gz"

0 commit comments

Comments
 (0)