Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
CTB
ctb-platform-backend-antigo
Commits
e714cee2
Commit
e714cee2
authored
6 years ago
by
Bruno Martin
Browse files
Options
Download
Email Patches
Plain Diff
change CI/CD to install pithon dependencies from repos, not from gitsubmodules
parent
c3a3b648
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
13 deletions
+9
-13
.gitlab-ci.yml
.gitlab-ci.yml
+0
-4
requirements/production.txt
requirements/production.txt
+9
-9
No files found.
.gitlab-ci.yml
View file @
e714cee2
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
requirements/production.txt
View file @
e714cee2
...
...
@@ -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
This diff is collapsed.
Click to expand it.
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