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

Commit 2517c17

Browse files
authored
Merge pull request #480 from HotelsDotCom/bugfix/containerized-build-release
Fix mount directory for containerized-build-release-binaries script
2 parents ee46c20 + 7115bf5 commit 2517c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containerized-build-release-binaries

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
COREOS_KUBERNETES_ROOT=$(git rev-parse --show-toplevel)
5-
KUBERNETES_MOUNT_DIR="/go/src/github.com/coreos/kube-aws"
5+
KUBERNETES_MOUNT_DIR="/go/src/github.com/kubernetes-incubator/kube-aws"
66

77
docker run --rm -i \
88
-v "${COREOS_KUBERNETES_ROOT}:${KUBERNETES_MOUNT_DIR}:z" -w ${KUBERNETES_MOUNT_DIR} \

0 commit comments

Comments
 (0)