Skip to content
Snippets Groups Projects
Commit ba4d7011 authored by Radek Ošlejšek's avatar Radek Ošlejšek
Browse files

Update .gitlab-ci.yml

parent 2f67d703
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,12 @@ tag_version:
#- ssh -o 'StrictHostKeyChecking no' "$SSH_HOST_CHECKING_DOMAIN"
# git config
- apt-get update -qq && apt-get install git -y
- git config --global user.email "$GIT_USER_EMAIL"
- git config --global user.name "$GIT_USER_NAME"
- git remote set-url origin "$GIT_CLONE_URL"
# - git config --global user.email "$GIT_USER_EMAIL"
# - git config --global user.name "$GIT_USER_NAME"
# - git remote set-url origin "$GIT_CLONE_URL"
- git config --global user.email "oslejsek@fi.muni.cz"
- git config --global user.name "Radek Oslejsek"
- git remote set-url origin "https://oauth2:1AbCDeF_g2HIJKLMNOPqr@gitlab.fi.muni.cz/grp-fidentis/analyst2.git"
- git fetch
- git checkout master
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