Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campaign
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
La Quadrature du Net
piphone
campaign
Commits
cc0d0fc5
Commit
cc0d0fc5
authored
Jun 13, 2017
by
okhin
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make message and collectstatic have been run in build stage, they're not needed in deploy
parent
58d4ceab
Pipeline
#1123
passed with stages
in 1 minute and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
.gitlab-ci.yml
.gitlab-ci.yml
+0
-5
No files found.
.gitlab-ci.yml
View file @
cc0d0fc5
...
...
@@ -30,7 +30,6 @@ job build:
-
python manage.py makemessages --exclude env --locale fr
-
python manage.py makemessages --exclude env --locale en
-
python manage.py makemessages --exclude env --locale de
-
python manage.py compilemessages --exclude env
artifacts
:
paths
:
-
campaign/static
...
...
@@ -54,8 +53,6 @@ job deploy preprod:
-
pip install coverage
-
python /srv/piphone/campaign/setup.py install
-
python /srv/piphone/campaign/manage.py migrate
-
python /srv/piphone/campaign/manage.py collectstatic --noinput
-
python /srv/piphone/campaign/manage.py compilemessages
-
touch /srv/piphone/campaign.ready
stage
:
deploy
tags
:
[
preprod
]
...
...
@@ -75,8 +72,6 @@ job deploy prod:
-
pip install coverage
-
python /srv/piphone/campaign/setup.py install
-
python /srv/piphone/campaign/manage.py migrate
-
python /srv/piphone/campaign/manage.py collectstatic --noinput
-
python /srv/piphone/campaign/manage.py compilemessages
-
touch /srv/piphone/campaign.ready
stage
:
deploy
tags
:
[
piphone
]
...
...
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