Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
sakia
Commits
ca076736
This project is archived. Its data is
read-only
.
Commit
ca076736
authored
Mar 12, 2020
by
Vincent Texier
Browse files
Options
Downloads
Patches
Plain Diff
[fix] fix bug with setuptools 28.8.x version in gitlab CI/CD image
Trigger gitlab CI/CD on requirements_deploy.txt changes
parent
3a7def9e
No related branches found
No related tags found
1 merge request
!777
Dev
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
requirements_deploy.txt
+1
-1
1 addition, 1 deletion
requirements_deploy.txt
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
0
View file @
ca076736
...
...
@@ -44,6 +44,7 @@ image: registry.duniter.org/docker/python3/duniterpy-builder:0.0.7
-
.gitlab-ci.yml
-
Makefile
-
requirements_dev.txt
-
requirements_deploy.txt
-
requirements.txt
-
setup.py
-
tests/**/*.py
...
...
...
...
This diff is collapsed.
Click to expand it.
requirements_deploy.txt
+
1
−
1
View file @
ca076736
setuptools
setuptools
>=46.0.0
wheel
twine
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment