diff options
author | Tim Rozet <trozet@redhat.com> | 2015-10-16 21:32:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-10-16 21:32:42 +0000 |
commit | ed1f97c622b272f91fe3bcb6fb1b8b65a27bd624 (patch) | |
tree | 51c57cdbfdce7171bf1cff8c6a1dbfb2582ea3d5 /jjb | |
parent | 68cc72a276a4638e99d4ef8a3aed3591c6e14209 (diff) | |
parent | eee1ba343c0bf2a36c0b46ebf1943c198e7e4fb9 (diff) |
Merge "apex spec file is one directory deeper"
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 |