Skip to content

Commit

Permalink
noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Feb 24, 2020
1 parent 356fc37 commit c5ce4cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
2 changes: 1 addition & 1 deletion gh/admin.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from django.contrib import admin
from django.contrib import admin # noqa

# Register your models here.
2 changes: 1 addition & 1 deletion gh/models.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from django.db import models
from django.db import models # noqa

# Create your models here.

0 comments on commit c5ce4cd

Please sign in to comment.