* 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: needs:
- build-pages - build-pages
dependencies: dependencies:
- build-site - build-pages
script: script:
- echo Dummy echo for pages job - echo Dummy echo for pages job
artifacts: artifacts:
@ -35,7 +35,7 @@ pages:
neocities: neocities:
stage: deploy stage: deploy
needs: needs:
- build-site - build-neocities
when: manual when: manual
dependencies: dependencies:
- build-neocities - build-neocities

View File

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