mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-12-18 14:06:30 +00:00
ci: pages test removed
This commit is contained in:
parent
66cd1b9c15
commit
cf438b523c
1 changed files with 0 additions and 12 deletions
|
@ -283,15 +283,3 @@ pages:
|
||||||
# a pages deploy
|
# a pages deploy
|
||||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||||
|
|
||||||
pages_test:
|
|
||||||
image: ruby:2.7
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- gem install bundler
|
|
||||||
- bundle install
|
|
||||||
- bundle exec jekyll build -d test
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- test
|
|
||||||
rules:
|
|
||||||
- if: $CI_COMMIT_BRANCH != "main"
|
|
||||||
|
|
Loading…
Reference in a new issue