mirror of
https://gitlab.com/Anson-Projects/anson-stuff/zinetest.git
synced 2025-06-15 13:36:39 +00:00
wrong test lol
This commit is contained in:
parent
b014ccd577
commit
4252550fdd
@ -15,7 +15,10 @@ test:
|
||||
image: rust:latest
|
||||
stage: test
|
||||
script:
|
||||
- cargo test --verbose
|
||||
- cargo test --verbose
|
||||
rules:
|
||||
- if: "$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH"
|
||||
|
||||
|
||||
build_site:
|
||||
image: rust:latest
|
||||
@ -26,9 +29,7 @@ build_site:
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
rules:
|
||||
- if: "$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH"
|
||||
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user