Skip to content

Commit

Permalink
staging build: copy dist directory recursively
Browse files Browse the repository at this point in the history
As it is a directory, we must pass the -r flag.
  • Loading branch information
justinsb committed Apr 30, 2021
1 parent ee89268 commit 35377d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/staging/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ gsutil -h "Cache-Control:private, max-age=0, no-transform" -m cp -n etcdadm ${AR
# Build and upload etcd-manager images & binaries
DOCKER_REGISTRY=${DOCKER_REGISTRY} DOCKER_IMAGE_PREFIX=${DOCKER_IMAGE_PREFIX} DOCKER_TAG=${VERSION} make -C etcd-manager push
./etcd-manager/dev/build-assets.sh ${VERSION}
gsutil -h "Cache-Control:private, max-age=0, no-transform" -m cp -n etcd-manager/dist/ ${ARTIFACT_LOCATION}${VERSION}/etcd-manager/
gsutil -h "Cache-Control:private, max-age=0, no-transform" -m cp -r -n etcd-manager/dist/ ${ARTIFACT_LOCATION}${VERSION}/etcd-manager/

0 comments on commit 35377d3

Please sign in to comment.