We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35d7b7 commit b2e65d1Copy full SHA for b2e65d1
circle.yml
@@ -16,14 +16,15 @@ dependencies:
16
curl -Lo hub.tgz "${HUB_URL}"
17
echo "${HUB_SHA256SUM} hub.tgz" | sha256sum -c || exit $?
18
tar xf hub.tgz -C /tmp --strip-components 1
19
+ rm -rf hub.tgz
20
cp /tmp/bin/hub ~/bin/
21
fi
22
- hub version
- - pip install git+https://github.com/uchida/yamlfred.git
23
+ - pip install --upgrade git+https://github.com/uchida/yamlfred.git
24
25
test:
26
override:
- - yamlfred create "${CIRCLE_PROJECT_REPONAME}"
27
+ - yamlfred create --exclude '.git' --exclude 'venv' "${CIRCLE_PROJECT_REPONAME}"
28
29
deployment:
30
release:
0 commit comments