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
d5da3e1b
Commit
d5da3e1b
authored
Aug 04, 2016
by
okhin
Browse files
Fixingthe CI job
parent
1973cd9e
Pipeline
#53
passed with stage
in 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d5da3e1b
before_script
:
-
'
[[
-d
/home/piphone/build
]]
||
mkdir
-p
/home/piphone/build'
stages
:
-
install
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
stage
:
install
cache
:
untracked
:
true
tags
:
-
piphone
-
ssh
only
:
-
master
\ No newline at end of file
-
master
Write
Preview
Supports
Markdown
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