Skip to content

Commit

Permalink
Correcting buildkite download syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
DXCanas committed Nov 14, 2019
1 parent 324556e commit 83d6df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ echo "--- Downloading whl file"
if [[ $BUILDKITE_TRIGGERED_FROM_BUILD_ID ]]
then
echo "Downloading from triggered build"
buildkite-agent artifact download 'dist/*.whl' --build ${BUILDKITE_TRIGGERED_FROM_BUILD_ID}
mv dist whl
buildkite-agent artifact download 'dist/*.whl' . --build ${BUILDKITE_TRIGGERED_FROM_BUILD_ID}
mv dist/* whl
else
echo "Downloading from pip"
pip download -d ./whl kolibri
Expand Down

0 comments on commit 83d6df8

Please sign in to comment.