Skip to content

Commit

Permalink
Merge pull request #12998 from hexfusion/cp-12997
Browse files Browse the repository at this point in the history
Manual cherry pick of #12997
  • Loading branch information
hexfusion authored May 18, 2021
2 parents 1a8a063 + d06c972 commit 163d9fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-docker
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ IMAGEDIR=${BUILDDIR}/image-docker

mkdir -p "${IMAGEDIR}"/var/etcd
mkdir -p "${IMAGEDIR}"/var/lib/etcd
cp "${BINARYDIR}"/etcd "${BINARYDIR}"/etcdctl "${IMAGEDIR}"
cp "${BINARYDIR}"/etcd "${BINARYDIR}"/etcdctl "${BINARYDIR}"/etcdutl "${IMAGEDIR}"

cat ./"${DOCKERFILE}" > "${IMAGEDIR}"/Dockerfile

Expand Down
1 change: 1 addition & 0 deletions scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ main() {
# Sanity checks.
"./release/etcd-${RELEASE_VERSION}-$(go env GOOS)-amd64/etcd" --version | grep -q "etcd Version: ${VERSION}" || true
"./release/etcd-${RELEASE_VERSION}-$(go env GOOS)-amd64/etcdctl" version | grep -q "etcdctl version: ${VERSION}" || true
"./release/etcd-${RELEASE_VERSION}-$(go env GOOS)-amd64/etcdutl" version | grep -q "etcdutl version: ${VERSION}" || true

# Generate SHA256SUMS
log_callout "Generating sha256sums of release artifacts."
Expand Down

0 comments on commit 163d9fd

Please sign in to comment.