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
rpteam
Revue de Press
Commits
974d47c5
Commit
974d47c5
authored
Mar 06, 2019
by
okhin
🚴
Browse files
Update .gitlab-ci.yml
parent
eb8bdb25
Pipeline
#2457
passed with stages
in 5 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
974d47c5
...
...
@@ -24,10 +24,6 @@ unit tests:
-
echo "SECRET_KEY = '$(pwgen 20 1)'" >> ./project/settings/env.py
-
./manage.py migrate
-
pytest apps/ --cov=apps/
artifacts
:
paths
:
-
env/
expire_in
:
1 day
tags
:
[
preprod
]
static build
:
...
...
@@ -42,8 +38,6 @@ static build:
-
echo "SECRET_KEY = '$(pwgen 20 1)'" >> ./project/settings/env.py
-
./manage.py collectstatic
tags
:
[
preprod
]
dependencies
:
-
unit tests
artifacts
:
paths
:
-
static/
...
...
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