#!/bin/bash
-# Copyright 2017 Intel Corporation
+# Copyright 2017 Intel Corporation and OPNFV
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 
 VERSION="VERSION_NOT_SET"
 
+rm -rf $RPM_WORKDIR
 cd $COLLECTD_DIR
 VERSION=$( $COLLECTD_DIR/version-gen.sh | sed "s/\W$//g" )
 $COLLECTD_DIR/build.sh
        --expression="s/without_intel_rdt:[0-9]/without_intel_rdt:1/g" \
        $COLLECTD_DIR/contrib/redhat/collectd.spec
 
-rpmbuild --define "_topdir $RPM_WORKDIR" -bb $COLLECTD_DIR/contrib/redhat/collectd.spec
-gsutil -m cp -r $RPM_WORKDIR/RPMS/* gs://artifacts.opnfv.org/barometer/rpms
+rpmbuild --define "_topdir $RPM_WORKDIR" -bb $COLLECTD_DIR/contrib/redhat/collectd.spec
\ No newline at end of file