Skip to content
Snippets Groups Projects
Commit 6c75ad89 authored by Simon Latapie's avatar Simon Latapie
Browse files

Revert "CI: use common/gitlab-ci.yml file"

This reverts commit 9ddbfd49.
parent 88ac82a9
No related branches found
No related tags found
No related merge requests found
Pipeline #413150 failed with stage
in 6 seconds
image: registry.videolan.org/videolan-gitlab-pages:20231201145306
variables:
GIT_STRATEGY: clone
ROOT_URL: https://docs.videolan.me/vlc-user
INSTALLDIR: public
GIT_BRANCH: $CI_COMMIT_BRANCH
# Create a global cache to keep other branch and jobs pages
cache:
key: one-cache-to-rule-them-all
paths:
- public
# generate platform websites
pages:
tags:
- pages
stage: deploy
script: |
if [ "$GIT_BRANCH" == "master" ]; then
make html VERSION="" PLATFORM=""
make root_redirect
make platform_redirect PLATFORM=desktop
make platform_redirect PLATFORM=android
make install
else
make html LANGUAGE=en
make install
fi
artifacts:
paths:
- public
only:
- desktop/3.0
- android/3.5
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment