Skip to content

Commit b40a791

Browse files
committed
fix ghp param + try deprecate restore cache
1 parent ece6595 commit b40a791

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,14 @@ jobs:
6262
- image: circleci/python:3.6.1
6363
working_directory: ~/repo
6464
steps:
65-
- restore_cache:
66-
keys:
67-
- v1-dependencies-{{ checksum "requirements.txt" }}
68-
6965
- attach_workspace:
7066
at: .
7167

7268
- run:
7369
name: deploy to github
7470
command: |
7571
. venv/bin/activate
76-
ghp-import -p -f output -m `git log --format=%B -n 1 $CIRCLE_SHA1`
72+
ghp-import -p -f output -m "`git log --format=%B -n 1 $CIRCLE_SHA1`"
7773
7874
workflows:
7975
version: 2

0 commit comments

Comments
 (0)