Skip to content
Snippets Groups Projects
Commit 17a68fc4 authored by trantzas's avatar trantzas
Browse files

adding git dep to ci.yml

parent 699814d5
No related branches found
No related tags found
2 merge requests!11Merging "develop" documentation into "main" to tag it as 2024Q2,!9Draft: Added documentation on primitives support feature and NSLCM status
Pipeline #3934 failed
...@@ -7,7 +7,7 @@ pages: ...@@ -7,7 +7,7 @@ pages:
HTTPS_REMOTE: https://gitlab-ci-token:${ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git HTTPS_REMOTE: https://gitlab-ci-token:${ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git
before_script: before_script:
- pip install mkdocs-material mike - pip install mkdocs-material mike
- apt-get install -y git - apt-get update && apt-get install -y git
- git config user.name $GITLAB_USER_NAME - git config user.name $GITLAB_USER_NAME
- git config user.email $GITLAB_USER_EMAIL - git config user.email $GITLAB_USER_EMAIL
- git fetch origin $PAGES_BRANCH && git -b checkout $PAGES_BRANCH origin/$PAGES_BRANCH || git checkout $PAGES_BRANCH || echo "Pages branch not deployed yet." - git fetch origin $PAGES_BRANCH && git -b checkout $PAGES_BRANCH origin/$PAGES_BRANCH || git checkout $PAGES_BRANCH || echo "Pages branch not deployed yet."
......
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