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
d065f613
Commit
d065f613
authored
Aug 04, 2016
by
okhin
Browse files
Fixing the permission issue
parent
d8146e32
Pipeline
#64
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d065f613
...
...
@@ -7,7 +7,7 @@ stages:
job install
:
script
:
-
ci/install.sh
-
bash
ci/install.sh
-
deactivate
stage
:
install
tags
:
...
...
ci/install.sh
100644 → 100755
View file @
d065f613
...
...
@@ -2,7 +2,8 @@
# 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
"
-o
-z
"
$CI_BUILD_REPO
"
]]
&&
exit
1
[[
-z
"
$CI_PROJECT_NAME
"
]]
&&
exit
1
[[
-z
"
$CI_BUILD_REPO
"
]]
&&
exit
1
cd
/srv/piphone
if
[
-d
$CI_PROJECT_NAME
]
...
...
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