Remove the use of tox-pip-version
[releng.git] / jjb / barometer / barometer-upload-artifact.sh
index 08c64ba..f05dc2a 100644 (file)
@@ -2,7 +2,7 @@
 set -o nounset
 set -o pipefail
 
-RPM_LIST=$WORKSPACE/ci/utilities/rpms_list
+RPM_LIST=$WORKSPACE/rpms_list
 RPM_WORKDIR=$WORKSPACE/rpmbuild
 RPM_DIR=$RPM_WORKDIR/RPMS/x86_64/
 cd $WORKSPACE/
@@ -15,7 +15,7 @@ echo "Checking if all the Barometer RPMs were created"
 echo "-----------------------------------------------"
 echo
 
-if [ -d $RPM_DIR]
+if [ -d $RPM_DIR ]
 then
     ls $RPM_DIR > list_of_gen_pack
 else