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
651db92d
Commit
651db92d
authored
Aug 04, 2016
by
okhin
Browse files
Let's try the other way around
parent
4786002b
Pipeline
#59
failed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
651db92d
...
@@ -8,7 +8,7 @@ stages:
...
@@ -8,7 +8,7 @@ stages:
job install
:
job install
:
script
:
script
:
-
cd /srv/piphone/
-
cd /srv/piphone/
-
'
[[
-d
$CI_PROJECT_NAME
]]
&&
(cd
$CI_PROJECT_NAME;
git
pull
origin
master)
||
git
clone
$CI_BUILD_REPO
$CI_PROJECT_NAME
'
-
'
[[
-d
$CI_PROJECT_NAME
]]
||
git
clone
$CI_BUILD_REPO
$CI_PROJECT_NAME
&&
(cd
$CI_PROJECT_NAME;
git
pull
origin
master)'
-
cd $CI_PROJECT_NAME
-
cd $CI_PROJECT_NAME
-
'
[[
-d
./.backend_env
]]
||
virtualenv
--python=python3
.backend_env'
-
'
[[
-d
./.backend_env
]]
||
virtualenv
--python=python3
.backend_env'
-
source ./.backend_env/bin/activate
-
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