Skip to content
Snippets Groups Projects
Commit f336fc77 authored by Sjoerd Simons's avatar Sjoerd Simons
Browse files

Use lightweight runners

parent ba425a68
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive
test:
tags:
- lightweight
script:
- hugo
artifacts:
......@@ -14,6 +16,8 @@ test:
- main
pages:
tags:
- lightweight
script:
- BASEURL=${CI_PAGES_URL##http:} # don't force stuff on plain HTTP when publishing on HTTPS
- hugo -b "${BASEURL:-/}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment