diff options
author | Emma Foley <efoley@redhat.com> | 2021-07-06 19:59:12 +0100 |
---|---|---|
committer | Emma Foley <efoley@redhat.com> | 2021-07-06 19:59:32 +0100 |
commit | 862c449f6da5f66ab8febf53751c2fce199799b6 (patch) | |
tree | 06e52a28b95ab059f0c95265f06605df0312d204 /ci/barometer-build.sh | |
parent | 0162b7ce37e660762dfa8a84eb4c54b57703d9d6 (diff) |
[ci][daily] Update ci/barometer-build.sh
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>
Diffstat (limited to 'ci/barometer-build.sh')
-rw-r--r-- | ci/barometer-build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/barometer-build.sh b/ci/barometer-build.sh index 04bbd263..3e451f06 100644 --- a/ci/barometer-build.sh +++ b/ci/barometer-build.sh @@ -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 |