Skip to content

Commit

Permalink
fix upload paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mnorrsken committed Aug 7, 2020
1 parent 67c70bb commit f9bf4f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for tag in $build_tags; do
--name "Beats $tag" \
--description "Built from beats https://github.com/elastic/beats/tree/$tag with $GOVER" \

$UPLOAD ${TMPHOME}beats/filebeat/build/distributions $tag
$UPLOAD ${TMPHOME}beats/metricbeat/build/distributions $tag
$UPLOAD ${TMPHOME}/beats/filebeat/build/distributions $tag
$UPLOAD ${TMPHOME}/beats/metricbeat/build/distributions $tag
done
rm -rf ${TMPHOME} || true
rm -rf ${TMPHOME} &> /dev/null || true

0 comments on commit f9bf4f7

Please sign in to comment.