Skip to content

Commit

Permalink
Made deb removel less clever
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelycode committed Nov 29, 2016
1 parent 01fbd1d commit 2607de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/buddy_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ cd $armTGZDIR/../
tar -pczf $armTGZDIR/../tyk-linux-arm64-$VERSION.tar.gz tyk.linux.arm64-$VERSION/

echo "Removing old builds"
[ -e *.deb ] && rm *.deb
[ -e *.rpm ] && rm *.rpm
rm -f *.deb
rm -f *.rpm

echo Creating Deb Package for AMD64
cd $amd64TGZDIR/
Expand Down

0 comments on commit 2607de3

Please sign in to comment.