Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
languages
EmbeddedMontiArc
Commits
9d6a786a
Commit
9d6a786a
authored
Jun 12, 2020
by
Evgeny Kusmenko
Browse files
Update .gitlab-ci.yml
parent
6db1d1ad
Pipeline
#295161
passed with stage
in 3 minutes and 31 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9d6a786a
...
...
@@ -9,8 +9,8 @@ githubjob:
-
eval $(ssh-agent -s)
-
ssh-add <(echo "$GITHUB_SSH_PRIV_KEY")
-
echo "$GITHUB_SSH_PRIV_KEY" | tr -d '\r' | ssh-add -
-
git config --global user.email "
evgeny.
kusmenko@
gmail.com
"
-
git config --global user.name "E
vgenyKusmenko
"
-
git config --global user.email "kusmenko@
se-rwth.de
"
-
git config --global user.name "E
MA CI Robot
"
-
mkdir -p ~/.ssh
# - cat gitlab-known-hosts >> ~/.ssh/known_hosts
-
echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment