Commit e714cee2 authored by Bruno Martin's avatar Bruno Martin
Browse files

change CI/CD to install pithon dependencies from repos, not from gitsubmodules

parent c3a3b648
......@@ -27,8 +27,6 @@ build to homolog:
only:
- /master/
environment: homolog
variables:
GIT_SUBMODULE_STRATEGY: recursive
tags:
- docker
......@@ -64,8 +62,6 @@ build to production:
only:
- tags
environment: production
variables:
GIT_SUBMODULE_STRATEGY: recursive
tags:
- docker
......
......@@ -22,12 +22,12 @@ django-anymail==5.0
raven==6.10.0
# <external_app>
# Example: git+https://gitlab.com/empurrandojuntos/django-courier.git
-e ext-apps/django-courses
-e ext-apps/django-courses-certification
-e ext-apps/django-courses-gamification
-e ext-apps/django-courses-learning-objects
-e ext-apps/django-courses-legacy
-e ext-apps/django-courses-notes
-e ext-apps/django-courses-reports
-e ext-apps/django-messages-courier
\ No newline at end of file
git+https://git.hacklab.com.br/hackmooc/django-courses.git
git+https://git.hacklab.com.br/hackmooc/django-courses-learning-objects.git
git+https://git.hacklab.com.br/hackmooc/django-courses-certification.git
git+https://git.hacklab.com.br/hackmooc/django-courses-gamification.git
git+https://git.hacklab.com.br/hackmooc/django-courses-reports.git
git+https://git.hacklab.com.br/hackmooc/django-courses-legacy.git
git+https://github.com/hacklabr/django-discussion.git
git+https://github.com/hacklabr/django-messages-courier.git
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment