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
da0d70bf
Commit
da0d70bf
authored
Aug 04, 2016
by
okhin
Browse files
Gné
parent
e71b7f1b
Pipeline
#62
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
da0d70bf
...
...
@@ -8,7 +8,7 @@ stages:
job install
:
script
:
-
cd /srv/piphone/
-
'
git
clone
$CI_BUILD_REPO
$CI_PROJECT_NAME
||
(cd
$CI_PROJECT_NAME
&&
git
pull
origin
master)'
-
'
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