diff options
author | Yao Lu <lu.yao135@zte.com.cn> | 2016-11-11 11:43:10 +0800 |
---|---|---|
committer | Yao Lu <lu.yao135@zte.com.cn> | 2016-11-14 08:45:05 +0000 |
commit | 84b8ca064ad2f515b763998958c671ae2318f305 (patch) | |
tree | 10445ca72d07e648f0aae8a2294b61100dfe9394 /ci/build.sh | |
parent | 293037b6775c4f6147546662640b9e8f88206efd (diff) |
rename daisy bin with gerrit number
Change-Id: I5314a0ba1a7885c334ea939c91eaa6ece074cb0d
Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-x | ci/build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/build.sh b/ci/build.sh index e134bdd0..4b49fb1b 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -11,8 +11,9 @@ # TODO: Let JJB to pass $WORKDIR instead of $BUILD_OUTPUT DAISYDIR=$1/../ +OPNFV_ARTIFACT_VERSION=$2 cd ci/build_rpm -./build_rpms.sh $DAISYDIR +./build_rpms.sh $DAISYDIR $OPNFV_ARTIFACT_VERSION |