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

quiet apt get install

parent bab38d2a
No related branches found
No related tags found
No related merge requests found
Pipeline #4238 failed
......@@ -8,7 +8,7 @@ pages:
HTTPS_REMOTE: https://gitlab-ci-token:${ACCESS_TOKEN}@${CI_SERVER_HOST}/rep/${CI_PROJECT_PATH}.git
before_script:
- pip install -q mkdocs-material mike
- apt-get update -qq && apt-get -qq install -y git
- apt-get update -qq && apt-get install -qq -o=Dpkg::Use-Pty=0 -y git
- git config user.name $GITLAB_USER_NAME
- git config 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."
......
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