diff options
author | Dan Radez <dradez@redhat.com> | 2015-10-16 17:26:52 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2015-10-16 17:26:52 -0400 |
commit | eee1ba343c0bf2a36c0b46ebf1943c198e7e4fb9 (patch) | |
tree | 0f48fe3548a3d22c7a8c09df1f86363282b885e4 /jjb | |
parent | 4e9f8847cae51d459bef08739cb06417d95899b9 (diff) |
apex spec file is one directory deeper
Change-Id: I87cec5251a6127acf1f62fc55e6f7a9dd8749c15
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'jjb')
-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 b29bef6fc..96d6af0a6 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -240,7 +240,7 @@ # start the build cd $WORKSPACE/ci ./build.sh $FLAGS -v $OPNFV_ARTIFACT_VERSION -c file://$CACHE_DIRECTORY $BUILD_DIRECTORY - RPM_VERSION=$(grep Version $BUILD_DIRECTORY/../opnfv-apex.spec | awk '{ print $2 }')-$(echo $OPNFV_ARTIFACT_VERSION | tr -d '_-') + RPM_VERSION=$(grep Version $BUILD_DIRECTORY/../build/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 |