We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc86ba1 + af380eb commit 06e5503Copy full SHA for 06e5503
1 file changed
circle.yml
@@ -11,6 +11,7 @@ jobs:
11
build:
12
<<: *defaults
13
steps:
14
+ - run: apk --no-cache add git
15
- checkout
16
- restore_cache:
17
key: hellgrid-{{ checksum "hellgrid.gemspec" }}
@@ -31,6 +32,7 @@ jobs:
31
32
deploy:
33
34
35
36
37
38
0 commit comments