diff options
author | Tim Rozet <trozet@redhat.com> | 2016-05-09 15:08:10 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-05-09 15:08:10 -0400 |
commit | 85cf6a3aa663ccd91b737dbda4bbc609c882a0ea (patch) | |
tree | 778e1b3062c6cd663bd69303c9991a4ae88a5866 | |
parent | e87c0909b8e47333dcd90e31369b88dc26bd6c36 (diff) |
Apex: Fixes daily RPM_VERSION var
Change-Id: Ic7c7305acd63d5b14894dee45639925bf6be405e
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | jjb/apex/apex.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 29e353b64..060cda268 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -739,7 +739,7 @@ # start the build cd $WORKSPACE/ci ./build.sh $BUILD_ARGS - RPM_VERSION=$(grep Version $BUILD_DIRECTORY/opnfv-apex.spec | awk '{ print $2 }')-$(echo $OPNFV_ARTIFACT_VERSION | tr -d '_-') + RPM_VERSION=$(grep Version: $BUILD_DIRECTORY/opnfv-apex.spec | awk '{ print $2 }')-$(echo $OPNFV_ARTIFACT_VERSION | tr -d '_-') # list the contents of BUILD_OUTPUT directory ls -al $BUILD_DIRECTORY # save information regarding artifact into file |