Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Deployment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
freva
Deployment
Commits
c9a34767
Commit
c9a34767
authored
2 years ago
by
Martin Bergemann
Browse files
Options
Downloads
Plain Diff
Merge branch 'new_image_registry' into 'master'
New image registry See merge request
!19
parents
6976c7c7
77f3eb4a
No related branches found
No related tags found
1 merge request
!19
New image registry
Pipeline
#19264
failed
2 years ago
Stage: doc
Stage: release
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+12
-0
12 additions, 0 deletions
.gitlab-ci.yml
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
13 additions
and
0 deletions
.gitlab-ci.yml
+
12
−
0
View file @
c9a34767
stages
:
stages
:
-
doc
-
doc
-
release
lint
:
lint
:
image
:
python
image
:
python
...
@@ -29,3 +30,14 @@ pages:
...
@@ -29,3 +30,14 @@ pages:
when
:
always
when
:
always
paths
:
paths
:
-
public
-
public
release
:
stage
:
release
image
:
python:latest
needs
:
[]
tags
:
-
docker, specific
script
:
-
pip install twine
-
python setup.py sdist bdist_wheel
-
TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
c9a34767
...
@@ -85,6 +85,7 @@ setup(
...
@@ -85,6 +85,7 @@ setup(
url
=
"
https://gitlab.dkrz.de/freva/deployment.git
"
,
url
=
"
https://gitlab.dkrz.de/freva/deployment.git
"
,
description
=
"
Deploy freva and its services on different machines.
"
,
description
=
"
Deploy freva and its services on different machines.
"
,
long_description
=
read
(
"
README.md
"
),
long_description
=
read
(
"
README.md
"
),
long_description_content_type
=
"
text/markdown
"
,
license
=
"
GPLv3
"
,
license
=
"
GPLv3
"
,
packages
=
find_packages
(
"
src
"
),
packages
=
find_packages
(
"
src
"
),
package_dir
=
{
""
:
"
src
"
},
package_dir
=
{
""
:
"
src
"
},
...
...
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