Skip to content
Snippets Groups Projects
Commit d0d3c506 authored by Andreas Fehn's avatar Andreas Fehn
Browse files

Update .gitlab-ci.yml

parent f62935fd
No related branches found
No related tags found
No related merge requests found
Pipeline #851 failed
...@@ -31,6 +31,8 @@ publish: ...@@ -31,6 +31,8 @@ publish:
# - echo "$SSH_SECRET_DEPLOY_KEY" | tr -d '\r' > ~/.ssh/id_rsa # - echo "$SSH_SECRET_DEPLOY_KEY" | tr -d '\r' > ~/.ssh/id_rsa
# - chmod 600 ~/.ssh/id_rsa # - chmod 600 ~/.ssh/id_rsa
# - ssh-keyscan -H "git-st.inf.tu-dresden.de" >> ~/.ssh/known_hosts # - ssh-keyscan -H "git-st.inf.tu-dresden.de" >> ~/.ssh/known_hosts
- git config user.name "$GITLAB_USER_NAME"
- git config user.email "$GITLAB_USER_EMAIL"
- export VERSION=${CI_COMMIT_TAG:-`git describe --tags --always`} - export VERSION=${CI_COMMIT_TAG:-`git describe --tags --always`}
- echo $VERSION - echo $VERSION
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment