Skip to content
Snippets Groups Projects
Commit aef9b6a9 authored by Ben Boeckel's avatar Ben Boeckel Committed by Kitware Robot
Browse files

Merge topic 'fix-upload-destination'


55d37065 release: remove extra directory
98eb61ef ci: list release artifacts after moving everything there

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Tested-by: default avatarbuildbot <buildbot@kitware.com>
Merge-request: !10703
parents 42290b88 55d37065
No related branches found
No related tags found
No related merge requests found
# Put all files into a single directory.
ls release/
mv -v build/dist/*.whl release/
mv -v build/*-wheel-sdk-*.tar.xz release/
ls release/
# Print the hashes of everything to be uploaded.
sha256sum release/*
......@@ -13,5 +13,5 @@ minor="$( sed -ne '/set.VTK_MINOR_VERSION/s/.* \([0-9]*\))/\1/p' CMake/vtkVersio
readonly minor
# Tell the rest of the job about the destination.
RSYNC_DESTINATION="vtk_release/$major.$minor/"
RSYNC_DESTINATION="$major.$minor/"
export RSYNC_DESTINATION
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment