give up on wget
This commit is contained in:
parent
d47445b5bc
commit
46ae2f90ef
1 changed files with 2 additions and 3 deletions
|
@ -4,9 +4,8 @@ variables:
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt install wget
|
- curl https://github.com/gohugoio/hugo/releases/download/v0.114.0/hugo_extended_0.114.0_linux-amd64.deb
|
||||||
- wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.114.0/hugo_extended_0.114.0_linux-amd64.deb
|
- dpkg -i hugo_extended_0.114.0_linux-amd64.deb
|
||||||
- dpkg -i hugo.deb
|
|
||||||
- curl https://get.volta.sh | bash
|
- curl https://get.volta.sh | bash
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
|
|
Reference in a new issue