Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
piphone
piphone-sip
Commits
d93f2eaa
Commit
d93f2eaa
authored
Aug 04, 2016
by
okhin
Browse files
Add .gitlab-ci.yml
parent
9afd2a6a
Pipeline
#51
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
d93f2eaa
before_script
:
-
'
[[
-d
/home/piphone/build
]]
||
mkdir
-p
/home/piphone/build'
job install
:
script
:
-
'
[[
-d
/srv/piphone/sip_backend
]]
||
mkdir
-p
/srv/piphone/sip_backend'
-
(cd /srv/piphone/sip_backend && git clone $CI_BUILD_REPO)
stages
:
-
install
cache
:
untracked
:
true
tags
:
-
piphone
-
ssh
only
:
-
master
\ No newline at end of file
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