1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: using https instead of ssh url

Travis cant clone it via ssh since it doesnt
have the ssh key
This commit is contained in:
Carlos Alexandro Becker 2017-12-05 22:22:43 -02:00 committed by Carlos Alexandro Becker
parent 5e2cca2eb1
commit 5ec6ddec9f

View File

@ -46,7 +46,7 @@ build:
static:
@rm -rf dist/goreleaser.github.io
@mkdir -p dist
@git clone git@github.com:goreleaser/goreleaser.github.io.git dist/goreleaser.github.io
@git clone https://github.com/goreleaser/goreleaser.github.io.git dist/goreleaser.github.io
@rm -rf dist/goreleaser.github.io/theme
@static-docs \
--in docs \