1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-06-16 05:26:40 +00:00

wrong test lol

This commit is contained in:
Anson Biggs 2024-02-22 20:40:26 -07:00
parent b014ccd577
commit 4252550fdd

View File

@ -15,7 +15,10 @@ test:
image: rust:latest image: rust:latest
stage: test stage: test
script: script:
- cargo test --verbose - cargo test --verbose
rules:
- if: "$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH"
build_site: build_site:
image: rust:latest image: rust:latest
@ -26,9 +29,7 @@ build_site:
artifacts: artifacts:
paths: paths:
- public - public
rules:
- if: "$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH"
pages: pages:
stage: deploy stage: deploy
script: script: