Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
campaign
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
La Quadrature du Net
piphone
campaign
Commits
9a8b9984
Commit
9a8b9984
authored
Feb 11, 2019
by
Okhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Using an actual django version might help a bit
parent
2c8217c4
Pipeline
#2429
passed with stages
in 2 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+4
-4
No files found.
.gitlab-ci.yml
View file @
9a8b9984
...
...
@@ -7,7 +7,7 @@ job test python:
script
:
-
virtualenv --python=python3 env
-
source env/bin/activate
-
pip install
django=='1.12
.1'
-
pip install
'django==1.11
.1'
-
pip install coverage
-
python setup.py develop
-
cp picampaign/settings.py.sample picampaign/settings.py
...
...
@@ -20,7 +20,7 @@ job build:
script
:
-
virtualenv --python=python3 env
-
source env/bin/activate
-
pip install
django
-
pip install
'django==1.11.1'
-
pip install coverage
-
python setup.py develop
-
cp picampaign/settings.py.sample picampaign/settings.py
...
...
@@ -47,7 +47,7 @@ job deploy preprod:
-
rsync -ruvC ./ ${BASE_DIR}
-
virtualenv --python=python3 ${BASE_DIR}/env
-
source ${BASE_DIR}/env/bin/activate
-
pip install 'django==1.1
2
.1'
-
pip install 'django==1.1
1
.1'
-
pip install coverage
-
python /srv/piphone/campaign/setup.py install
-
python /srv/piphone/campaign/manage.py migrate
...
...
@@ -66,7 +66,7 @@ job deploy prod:
-
rsync -ruvC ./ ${BASE_DIR}
-
virtualenv --python=python3 ${BASE_DIR}/env
-
source ${BASE_DIR}/env/bin/activate
-
pip install 'django==1.1
2
.1'
-
pip install 'django==1.1
1
.1'
-
pip install coverage
-
python /srv/piphone/campaign/setup.py install
-
python /srv/piphone/campaign/manage.py migrate
...
...
Write
Preview
Markdown
is supported
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