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
241b3881
Commit
241b3881
authored
Jun 12, 2020
by
Evgeny Kusmenko
Browse files
Update .gitlab-ci.yml
parent
7bf024da
Pipeline
#293880
failed with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
241b3881
...
...
@@ -8,7 +8,7 @@ githubjob:
-
'
which
ssh-agent
||
(
apt-get
update
-y
&&
apt-get
install
openssh-client
-y
)'
-
eval $(ssh-agent -s)
-
ssh-add <(echo "$GITHUB_SSH_PRIV_KEY")
-
echo "$GITHUB_SSH_PRIV_KEY" | tr -d '\r' | ssh-add
-
echo "$GITHUB_SSH_PRIV_KEY" | tr -d '\r' | ssh-add
-
-
git config --global user.email "evgeny.kusmenko@gmail.com"
-
git config --global user.name "EvgenyKusmenko"
-
mkdir -p ~/.ssh
...
...
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