Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Official
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
9porpofirji
Official
Commits
5dced8b5
Verified
Commit
5dced8b5
authored
2 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master' into release-3.0
parents
b147510c
3731359f
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ci/general.yml
+1
-1
1 addition, 1 deletion
ci/general.yml
ci/prepare/lock.yml
+1
-1
1 addition, 1 deletion
ci/prepare/lock.yml
ci/publish/pypi.yml
+1
-1
1 addition, 1 deletion
ci/publish/pypi.yml
meta/aleksis-builddeps/pyproject.toml
+2
-2
2 additions, 2 deletions
meta/aleksis-builddeps/pyproject.toml
with
5 additions
and
5 deletions
ci/general.yml
+
1
−
1
View file @
5dced8b5
image
:
registry.edugit.org/teckids/team-sysadmin/docker-images/python-pimped:master@sha256:
f0185bd50b45973fed48dee2ffcd11e2a95bd89e53d482e227005e69d298f70c
image
:
registry.edugit.org/teckids/team-sysadmin/docker-images/python-pimped:master@sha256:
99fb58a4c7fbfa86ccc155585a782528aa5511032231d11907b5df797f47f697
stages
:
-
prepare
...
...
This diff is collapsed.
Click to expand it.
ci/prepare/lock.yml
+
1
−
1
View file @
5dced8b5
...
...
@@ -15,7 +15,7 @@ lock:
else
poetry version $(poetry version | cut -d" " -f2)+$(date --date=${CI_COMMIT_TIMESTAMP} +%Y%m%d%H%M%S).${CI_COMMIT_SHORT_SHA} ;
fi
-
poetry lock
-
poetry lock
-vvvv
artifacts
:
paths
:
-
poetry.lock
This diff is collapsed.
Click to expand it.
ci/publish/pypi.yml
+
1
−
1
View file @
5dced8b5
...
...
@@ -15,7 +15,7 @@ deploy_gitlab:
else
poetry version $(poetry version | cut -d" " -f2)+$(date --date=${CI_COMMIT_TIMESTAMP} +%Y%m%d%H%M%S).${CI_COMMIT_SHORT_SHA} ;
fi
-
poetry publish -r gitlab
-
POETRY_REQUESTS_TIMEOUT=60
poetry publish -r gitlab
deploy_pypi
:
interruptible
:
true
...
...
This diff is collapsed.
Click to expand it.
meta/aleksis-builddeps/pyproject.toml
+
2
−
2
View file @
5dced8b5
...
...
@@ -18,11 +18,11 @@ classifiers = [
[tool.poetry.dependencies]
python
=
"^3.9"
sphinx
=
"^
6.1
"
sphinx
=
"^
7.0
"
sphinxcontrib-django
=
"^0.5.0"
sphinxcontrib-svg2pdfconverter
=
"^1.1.1"
sphinx-autodoc-typehints
=
"^1.7"
django-stubs
=
"^
1.1
"
django-stubs
=
"^
4.2
"
pytest
=
"^7.2"
pytest-django
=
"^4.1"
pytest-django-testing-postgresql
=
"^0.2"
...
...
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
register
or
sign in
to comment