diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-09-12 12:51:19 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-09-12 12:51:19 +0100 |
commit | 4eea502627c380f50a1ea75f9c7a8373b1f96a38 (patch) | |
tree | b4cd3af63b7a910c167f2059d804567c5eb8715b /jjb/barometer | |
parent | f51249c644d7535999eef5ec5f0e6f4ecb780d66 (diff) |
barometer: fixed typo in jjb
Change-Id: Iaec493601d26516012ec62b0daf79d03768c1cad
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'jjb/barometer')
-rw-r--r-- | jjb/barometer/barometer-upload-artifact.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/barometer/barometer-upload-artifact.sh b/jjb/barometer/barometer-upload-artifact.sh index 08c64bae7..0f639b5d9 100644 --- a/jjb/barometer/barometer-upload-artifact.sh +++ b/jjb/barometer/barometer-upload-artifact.sh @@ -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 |