diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-18 14:35:00 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-18 14:35:00 +0200 |
commit | 60c6201602a3541f228a9a4323cda9d33b93e9ea (patch) | |
tree | cb9d50ff0bf22f76690c5b91e2bb1f38017e3bcc /example_project/local_settings.py.gitlab-ci | |
parent | 6c40a1c20aecdd826760bc5ab87c20dc2ea9f40b (diff) | |
download | Ishtar-60c6201602a3541f228a9a4323cda9d33b93e9ea.tar.bz2 Ishtar-60c6201602a3541f228a9a4323cda9d33b93e9ea.zip |
Comments
Diffstat (limited to 'example_project/local_settings.py.gitlab-ci')
-rw-r--r-- | example_project/local_settings.py.gitlab-ci | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example_project/local_settings.py.gitlab-ci b/example_project/local_settings.py.gitlab-ci index 69744da43..7f4bcefa1 100644 --- a/example_project/local_settings.py.gitlab-ci +++ b/example_project/local_settings.py.gitlab-ci @@ -10,3 +10,5 @@ DATABASES = { } LOGFILE = '/tmp/ishtar.log' + +PROJECT_SLUG = "CI-instance" |