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
e71b7f1b
Commit
e71b7f1b
authored
Aug 04, 2016
by
okhin
Browse files
Yet another syntax
parent
3036a885
Pipeline
#61
failed with stage
in 2 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e71b7f1b
...
...
@@ -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)'
-
'
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