Skip to content

Commit

Permalink
remove local blobstore usage during releease
Browse files Browse the repository at this point in the history
  • Loading branch information
NouemanKHAL committed Jul 17, 2023
1 parent 5f7ba07 commit edae34e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,5 @@ if [ ! -f ./config/private.yml ]; then
echo "you need to set up your private.yml"
fi

# setting up the local blobstore
cp config/final.yml config/final.yml.bk
cp config/final.yml.local config/final.yml

# Creating the release
bosh create-release --force --final --tarball=datadog-agent-release.tgz --name datadog-agent --version "$VERSION"

# restore the previous config
cp config/final.yml.bk config/final.yml
rm config/final.yml.bk

0 comments on commit edae34e

Please sign in to comment.