mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-25 15:01:27 +00:00
Update import path in snapcraft.yaml due to the org transition
This commit is contained in:
parent
873a6f1885
commit
9266bf9d4c
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ parts:
|
||||||
hugo:
|
hugo:
|
||||||
source: .
|
source: .
|
||||||
plugin: go
|
plugin: go
|
||||||
go-importpath: github.com/spf13/hugo
|
go-importpath: github.com/gohugoio/hugo
|
||||||
build-packages:
|
build-packages:
|
||||||
- git
|
- git
|
||||||
- make
|
- make
|
||||||
|
@ -26,7 +26,7 @@ parts:
|
||||||
prepare: |
|
prepare: |
|
||||||
export GOPATH=$(dirname $SNAPCRAFT_PART_INSTALL)/go
|
export GOPATH=$(dirname $SNAPCRAFT_PART_INSTALL)/go
|
||||||
export PATH=$GOPATH/bin:$PATH
|
export PATH=$GOPATH/bin:$PATH
|
||||||
cd $GOPATH/src/github.com/spf13/hugo
|
cd $GOPATH/src/github.com/gohugoio/hugo
|
||||||
make vendor
|
make vendor
|
||||||
make test
|
make test
|
||||||
rm -f $GOPATH/bin/govendor
|
rm -f $GOPATH/bin/govendor
|
||||||
|
|
Loading…
Reference in a new issue