Skip to content
Snippets Groups Projects
Commit ff4b353d authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

use single user always

parent e9a61dca
No related branches found
No related tags found
3 merge requests!11Merging "develop" documentation into "main" to tag it as 2024Q2,!9Draft: Added documentation on primitives support feature and NSLCM status,!2use single user always
...@@ -8,8 +8,8 @@ pages: ...@@ -8,8 +8,8 @@ pages:
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
- git config user.name $GITLAB_USER_NAME - git config --global --replace-all user.name $GITLAB_USER_NAME
- git config user.email $GITLAB_USER_EMAIL - 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 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 - git checkout $CI_COMMIT_SHA
script: script:
......
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