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
3036a885
Commit
3036a885
authored
Aug 04, 2016
by
okhin
Browse files
Relative path
parent
651db92d
Pipeline
#60
failed with stage
in 4 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3036a885
...
...
@@ -8,7 +8,7 @@ stages:
job install
:
script
:
-
cd /srv/piphone/
-
'
[[
-d
$
CI_PROJECT_NAME
]]
||
git
clone
$CI_BUILD_REPO
$CI_PROJECT_NAME
&&
(cd
$CI_PROJECT_NAME;
git
pull
origin
master)'
-
'
[[
-d
./${
CI_PROJECT_NAME
}
]]
||
git
clone
$CI_BUILD_REPO
$CI_PROJECT_NAME
&&
(cd
$CI_PROJECT_NAME;
git
pull
origin
master)'
-
cd $CI_PROJECT_NAME
-
'
[[
-d
./.backend_env
]]
||
virtualenv
--python=python3
.backend_env'
-
source ./.backend_env/bin/activate
...
...
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