Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
data-lakes
data
Level_0
00001_LexploreMeteostation
Commits
6f08476a
Commit
6f08476a
authored
Oct 03, 2019
by
James Runnalls
Browse files
Update .gitlab-ci.yml
parent
c3572479
Pipeline
#7159
failed with stage
in 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6f08476a
image
:
docker:stable
before_script
:
-
ap
t
-get update -qq
-
ap
t
-get install -qq git
-
ap
k
-get update -qq
-
ap
k
-get install -qq git
# Setup SSH deploy keys
-
'
which
ssh-agent
||
(
ap
t
-get
install
-qq
openssh-client
)'
-
'
which
ssh-agent
||
(
ap
k
-get
install
-qq
openssh-client
)'
-
eval $(ssh-agent -s)
-
ssh-add <(echo "$SSH_PRIVATE_KEY")
-
mkdir -p ~/.ssh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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