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
82fce7d8
Commit
82fce7d8
authored
Aug 04, 2016
by
okhin
Browse files
Adding some debug output
parent
d065f613
Pipeline
#65
failed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ci/install.sh
View file @
82fce7d8
...
...
@@ -2,8 +2,16 @@
# This schript is used to setup what needs to be (virtualenv and stuff)
# before running the pthon setup.py part
# We need those variables
[[
-z
"
$CI_PROJECT_NAME
"
]]
&&
exit
1
[[
-z
"
$CI_BUILD_REPO
"
]]
&&
exit
1
if
[
-z
"
$CI_PROJECT_NAME
"
]
then
echo
"CI_PROJECT_NAME undefined"
exit
1
fi
if
[
-z
"
$CI_BUILD_REPO
"
]
echo
"CI_BUILD_REPO undefined"
exit
1
then
fi
cd
/srv/piphone
if
[
-d
$CI_PROJECT_NAME
]
...
...
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