Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
LOFAR2.0
tango
Merge requests
!567
L2SS-1318
: Publish tagged packages to gitlab
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
L2SS-1318
: Publish tagged packages to gitlab
publish-to-gitlab
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Corné Lukken
requested to merge
publish-to-gitlab
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes:
L2SS-1318
Edited
2 years ago
by
Corné Lukken
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a2f48fd5
1 commit,
2 years ago
1 file
+
16
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
16
−
0
Options
@@ -23,6 +23,7 @@ stages:
@@ -23,6 +23,7 @@ stages:
-
unit-tests
-
unit-tests
-
integration-tests
-
integration-tests
-
packaging
-
packaging
-
publish
-
deploy
-
deploy
trigger_prepare
:
trigger_prepare
:
@@ -403,6 +404,21 @@ wheel_packaging:
@@ -403,6 +404,21 @@ wheel_packaging:
-
cd tangostationcontrol
-
cd tangostationcontrol
-
tox -e build
-
tox -e build
publish_on_gitlab
:
stage
:
publish
environment
:
gitlab
needs
:
-
wheel_packaging
when
:
manual
rules
:
-
if
:
$CI_COMMIT_TAG
variables
:
TWINE_PASSWORD
:
${CI_JOB_TOKEN}
TWINE_USERNAME
:
gitlab-ci-token
script
:
-
echo "run twine for gitlab"
-
python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi tangostationcontrol/dist/*
.base_deploy
:
.base_deploy
:
stage
:
deploy
stage
:
deploy
image
:
ubuntu:bionic
image
:
ubuntu:bionic
Loading