Skip to content

Commit

Permalink
chore: remove .hash folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Jun 24, 2021
1 parent da8f83c commit 3c7bca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ orbs:
CIRCLE_TAG=${CIRCLE_TAG:1}
echo CIRCLE_TAG=$CIRCLE_TAG
ucc-gen --ta-version="$CIRCLE_TAG"
fi
fi
- run:
name: Generating package
command: |
PACKAGE_ID=$(ls output/)
BUILD_DIR=output/$PACKAGE_ID
rm -rf $BUILD_DIR/lib/aiohttp/.hash || true
find $BUILD_DIR/lib -executable -type f -exec chmod -x {} \; 2>/dev/null || true
source ~/.venv/bin/activate
slim generate-manifest $BUILD_DIR --update >/tmp/app.manifest || true
Expand Down

0 comments on commit 3c7bca9

Please # to comment.