Skip to content
GitLab
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
84c816e6
Commit
84c816e6
authored
Jan 02, 2017
by
okhin
Browse files
Fixing the CI
parent
d3dbaea5
Pipeline
#703
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
84c816e6
...
...
@@ -2,10 +2,10 @@ before_script:
job install
:
variables
:
BASE_PATH
:
$PREPROD_BASE_PATH
VIRTUALENV
:
$
BASE_PATH
/.sip-backend_env
/
BASE_PATH
:
/srv/piphone/sip-backend/
VIRTUALENV
:
$
/srv/piphone/sip-backend
/.sip-backend_env
script
:
-
rsync -ruC . ${BASE_PATH}
-
rsync -ruC .
/
${BASE_PATH}
-
source ${VIRTUALENV}/bin/activate
-
pip install --upgrade pip
-
pip install --upgrade -r requirements.txt
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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