Fix missing whitespace and isort

pull/5/head
Drew Bednar 1 year ago
parent 46040764bb
commit e87ba2f3f2

@ -42,4 +42,3 @@ steps:
- master
event:
- push
---

@ -1,4 +1,5 @@
import os
from invoke import task
IMAGE_RESPOSITORY = os.environ.get("IMAGE_RESPOSITORY", "registry.runcible.io/{{ cookiecutter.project_slug }}")

Loading…
Cancel
Save