Skip to content
Snippets Groups Projects
Commit d55efb5e authored by Pavel Zlámal's avatar Pavel Zlámal
Browse files

Update .gitlab-ci.yml file

parent bb243ba6
Branches main
No related tags found
No related merge requests found
Pipeline #575074 passed
......@@ -21,9 +21,7 @@ include:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
build_pages_muni:
extends:
- pages
- .build_pages
extends: .build_pages
variables:
FOLDER: "mu"
SAML_METADATA_URL: "https://id.muni.cz/metadata"
......@@ -37,3 +35,6 @@ build_pages_muni:
OIDC_AUTHORIZATION_ENDPOINT: "https://id.muni.cz/oidc/authorize"
OIDC_TOKEN_ENDPOINT: "https://id.muni.cz/oidc/token"
OIDC_USERINFO_ENDPOINT: "https://id.muni.cz/oidc/userinfo"
pages:
extends: build_pages_muni
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment