Tenta convencer o gitlab ci a funcionar
This commit is contained in:
parent
95bfe8a17f
commit
45a5c727a3
@ -7,9 +7,9 @@ variables:
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --update --no-cache git go
|
- export PATH="/root/.cargo/bin:$PATH"
|
||||||
- git submodule update --init --recursive
|
- apk add --update --no-cache git go make yq cargo pkgconfig openssl openssl-dev
|
||||||
- hugo mod init gitlab.com/pages/hugo
|
- cargo install stork-search --locked --all-features
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user