diff options
author | Vitaly Gridnev <vgridnev@mirantis.com> | 2016-09-13 16:37:26 +0300 |
---|---|---|
committer | Vitaly Gridnev <vgridnev@mirantis.com> | 2016-09-14 15:34:52 +0300 |
commit | 451423f8d7ba107841517972e38e9fd7ec3cdf18 (patch) | |
tree | c209f9d778cb4a6cefc02932a9ab3c787832fc6d | |
parent | f939988140ff0f3e71a1deb121fc09835c9bc4c3 (diff) |
fix process of copying common artifacts5.0.0.0rc1
Change-Id: Ie4790b3b1d126a976c6d6c613d137c67879f6eb4
Notes
Notes (review):
Code-Review+2: Vitaly Gridnev <vgridnev@mirantis.com>
Workflow+1: Vitaly Gridnev <vgridnev@mirantis.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 14 Sep 2016 12:58:49 +0000
Reviewed-on: https://review.openstack.org/369460
Project: openstack/sahara-extra
Branch: refs/heads/master
-rwxr-xr-x | tools/build-all-artifacts.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build-all-artifacts.sh b/tools/build-all-artifacts.sh index 34c00b2..77f5335 100755 --- a/tools/build-all-artifacts.sh +++ b/tools/build-all-artifacts.sh | |||
@@ -12,5 +12,5 @@ do | |||
12 | ./tools/build-hadoop-openstack.sh $BRANCH ${ver} | 12 | ./tools/build-hadoop-openstack.sh $BRANCH ${ver} |
13 | done | 13 | done |
14 | 14 | ||
15 | cp -r ./common-artifacts ./../dist/ | 15 | cp -r common-artifacts/ dist/ |
16 | 16 | ls dist/ | |