mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
circleci: Use default docker image
This commit is contained in:
parent
b7d62d76c5
commit
5db27b19c1
1 changed files with 1 additions and 3 deletions
|
@ -14,9 +14,7 @@ jobs:
|
||||||
environment: &buildenv
|
environment: &buildenv
|
||||||
GOMODCACHE: /root/project/gomodcache
|
GOMODCACHE: /root/project/gomodcache
|
||||||
steps:
|
steps:
|
||||||
- &remote-docker
|
- setup_remote_docker
|
||||||
setup_remote_docker:
|
|
||||||
version: 20.10.14
|
|
||||||
- checkout:
|
- checkout:
|
||||||
path: hugo
|
path: hugo
|
||||||
- &git-config
|
- &git-config
|
||||||
|
|
Loading…
Reference in a new issue