* Fixing linter errors

This commit is contained in:
shockrah 2022-03-20 15:59:15 -07:00
parent 1a42031aac
commit 9b854510fb
2 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,7 @@ pages:
needs:
- build-pages
dependencies:
- build-site
- build-pages
script:
- echo Dummy echo for pages job
artifacts:
@ -35,7 +35,7 @@ pages:
neocities:
stage: deploy
needs:
- build-site
- build-neocities
when: manual
dependencies:
- build-neocities

View File

@ -1,6 +1,5 @@
# This defines a script which all builders can basically inherit from
.builder:
stage: build
image: shockrah/website:latest
only:
refs: