Skip to content

Commit b2e65d1

Browse files
committed
do not push some files in alfredworkflow
1 parent d35d7b7 commit b2e65d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

circle.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ dependencies:
1616
curl -Lo hub.tgz "${HUB_URL}"
1717
echo "${HUB_SHA256SUM} hub.tgz" | sha256sum -c || exit $?
1818
tar xf hub.tgz -C /tmp --strip-components 1
19+
rm -rf hub.tgz
1920
cp /tmp/bin/hub ~/bin/
2021
fi
2122
- hub version
22-
- pip install git+https://github.com/uchida/yamlfred.git
23+
- pip install --upgrade git+https://github.com/uchida/yamlfred.git
2324

2425
test:
2526
override:
26-
- yamlfred create "${CIRCLE_PROJECT_REPONAME}"
27+
- yamlfred create --exclude '.git' --exclude 'venv' "${CIRCLE_PROJECT_REPONAME}"
2728

2829
deployment:
2930
release:

0 commit comments

Comments
 (0)