[ci][daily] Update ci/barometer-build.sh 59/72759/1
authorEmma Foley <efoley@redhat.com>
Tue, 6 Jul 2021 18:59:12 +0000 (19:59 +0100)
committerEmma Foley <efoley@redhat.com>
Tue, 6 Jul 2021 18:59:32 +0000 (19:59 +0100)
Remove the cd ci line because the script is now called from that directory

Change-Id: If3caf6fc3dbf3ea2155c70b1cf4ee6d0feff30bf
Signed-off-by: Emma Foley <efoley@redhat.com>
ci/barometer-build.sh

index 04bbd26..3e451f0 100644 (file)
@@ -1,6 +1,6 @@
 # This script is used by the barometer-daily CI job in gitlab.
 # It builds and packages collectd as an RPM
-# After this script is run, the baroemter-daily job runs the
+# After this script is run, the barometer-daily job runs the
 # barometer-upload-artifact.sh script.
 set -x
 
@@ -12,7 +12,6 @@ echo "Starting the build of Barometer RPMs"
 echo "------------------------------------"
 echo
 
-cd ci
 ./install_dependencies.sh
 ./build_rpm.sh
 cp utility/rpms_list $WORKSPACE