.travis.yml: Remove debug steps
The solution was to change back to the blog's git clone location inside the original $TRAVIS_HOME after the hugo build and install.
This commit is contained in:
parent
483091aa32
commit
a194eba0d6
@ -1,6 +1,6 @@
|
|||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- "1.11"
|
- 1.11
|
||||||
install:
|
install:
|
||||||
- mkdir -p $HOME/src
|
- mkdir -p $HOME/src
|
||||||
- git clone https://github.com/gohugoio/hugo.git $HOME/src/hugo
|
- git clone https://github.com/gohugoio/hugo.git $HOME/src/hugo
|
||||||
@ -10,8 +10,6 @@ before_script:
|
|||||||
- cd $TRAVIS_HOME/gopath/src/github.com/alanorth/picturingjordan.com
|
- cd $TRAVIS_HOME/gopath/src/github.com/alanorth/picturingjordan.com
|
||||||
- git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
|
- git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
|
||||||
script:
|
script:
|
||||||
- pwd
|
|
||||||
- ls
|
|
||||||
- hugo
|
- hugo
|
||||||
sudo: false
|
sudo: false
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
Loading…
Reference in New Issue
Block a user