Skip to content

Commit

Permalink
Clean-up staging dirs
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <ys@uber.com>
  • Loading branch information
Yuri Shkuro committed Jan 13, 2020
1 parent 7d8a2d4 commit 641dd92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/travis/package-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function package {
local ARCHIVE_NAME="$PACKAGE_STAGING_DIR.tar.gz"
echo "Packaging into $ARCHIVE_NAME:"
tar -czvf ./deploy/$ARCHIVE_NAME $PACKAGE_STAGING_DIR
rm -rf $PACKAGE_STAGING_DIR
}

# script start
Expand Down

0 comments on commit 641dd92

Please sign in to comment.