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

Edit .gitlab-ci.yml

parent 77542292
No related branches found
No related tags found
1 merge request!17TeraFlowSDN Release 5
Pipeline #14276 passed
......@@ -10,7 +10,7 @@ pages:
before_script:
- pip install -q mkdocs-material mike
- apt-get update -qq && apt-get -qq install -y git > /dev/null
- git config --global --replace-all user.name $GITLAB_USER_NAME
- git config --global --replace-all user.name $GITLAB_USER_LOGIN
- git config --global --replace-all user.email $GITLAB_USER_EMAIL
- git fetch origin $PAGES_BRANCH && git checkout $PAGES_BRANCH || git checkout -b $PAGES_BRANCH origin/$PAGES_BRANCH || echo "Pages branch not deployed yet."
- git checkout $CI_COMMIT_SHA
......
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