Skip to content
Snippets Groups Projects
Commit 3d7e9cdf authored by Julien Satti's avatar Julien Satti :sparkles:
Browse files

Update .gitlab-ci.yml file

parent f70df828
No related branches found
No related tags found
No related merge requests found
Pipeline #11921 passed
...@@ -4,7 +4,7 @@ pages: ...@@ -4,7 +4,7 @@ pages:
variables: variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
PAGES_BRANCH: gl-pages PAGES_BRANCH: gl-pages
HTTPS_REMOTE: https://gitlab-ci-token:${ACCESS_TOKEN}@${CI_SERVER_HOST}/rep/${CI_PROJECT_PATH}.git HTTPS_REMOTE: https://gitlab-ci-token:${CUSTOM_PROJECT_ACCESS_TOKEN}@${CI_SERVER_HOST}/rep/${CI_PROJECT_PATH}.git // CI_JOB_TOKEN is not allowed to push the code yet without feature flag enabled
before_script: before_script:
- pip install -q mkdocs-material mike - pip install -q mkdocs-material mike
- apt-get update -qq && apt-get -qq install -y git > /dev/null - apt-get update -qq && apt-get -qq install -y git > /dev/null
......
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