Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
c5ce4cde
Commit
c5ce4cde
authored
Feb 24, 2020
by
Guilhem Saurel
Browse files
noqa
parent
356fc377
Pipeline
#8457
failed with stage
in 51 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c5ce4cde
...
...
@@ -19,6 +19,6 @@ build:
image
:
docker
script
:
-
docker build -t ${DOCKER_TAG} .
-
docker run --rm -e SECRET_KEY ${DOCKER_TAG} ./manage.py migrate
-
docker run --rm -e SECRET_KEY ${DOCKER_TAG} ./manage.py test
-
docker run --rm -e SECRET_KEY
-e GITHUB_WEBHOOK_KEY
${DOCKER_TAG} ./manage.py migrate
-
docker run --rm -e SECRET_KEY
-e GITHUB_WEBHOOK_KEY
${DOCKER_TAG} ./manage.py test
-
docker push ${DOCKER_TAG}
gh/admin.py
View file @
c5ce4cde
from
django.contrib
import
admin
from
django.contrib
import
admin
# noqa
# Register your models here.
gh/models.py
View file @
c5ce4cde
from
django.db
import
models
from
django.db
import
models
# noqa
# Create your models here.
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