Browse Source

update config

main
Distopico Vegan 5 years ago
parent
commit
a6b2b91fbd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .gitlab-ci.yml

+ 2
- 2
.gitlab-ci.yml View File

@ -101,8 +101,8 @@ release:
script:
- npm install -g semantic-release @semantic-release/commit-analyzer @semantic-release/release-notes-generator @semantic-release/changelog @semantic-release/exec @semantic-release/git @semantic-release/gitlab
- eval $(ssh-agent -s)
#- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
- ssh-add -q <(echo "$GIT_SSH_KEY")
- echo "$GIT_SSH_KEY" | tr -d '\r' | ssh-add - > /dev/null
#- ssh-add -q <(echo "$GIT_SSH_KEY")
- mkdir -p ~/.ssh && ssh-keyscan $GITLAB_URL >> ~/.ssh/known_hosts
- git config --global user.email $GIT_AUTHOR_EMAIL
- git config --global user.name $GIT_AUTHOR_NAME


Loading…
Cancel
Save