give up on wget

This commit is contained in:
Daniel Alejandro Gallegos 2023-06-20 21:19:59 -04:00
parent d47445b5bc
commit 46ae2f90ef
No known key found for this signature in database
GPG key ID: 28F1CF39B0DE3E64

View file

@ -4,9 +4,8 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- apt install wget
- 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.deb
- curl 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
- curl https://get.volta.sh | bash
- npm install