Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
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
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
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
AlekSIS®
Official
AlekSIS-Core
Commits
eab5f339
Commit
eab5f339
authored
4 years ago
by
Tom Teichler
Committed by
Nik | Klampfradler
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Upload package to package registry
parent
acee1569
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ci/build_dist.yml
+1
-0
1 addition, 0 deletions
ci/build_dist.yml
ci/deploy_packages.yml
+4
-0
4 additions, 0 deletions
ci/deploy_packages.yml
ci/general.yml
+1
-0
1 addition, 0 deletions
ci/general.yml
with
6 additions
and
0 deletions
ci/build_dist.yml
+
1
−
0
View file @
eab5f339
build_dist
:
stage
:
build
script
:
-
"
[
$CI_COMMIT_REF_NAME
=
master
]
&&
poetry
version
$(poetry
version
|
cut
-d'
'
-f2)+$(date
+%s).${CI_COMMIT_SHORT_SHA}"
-
tox -e build
artifacts
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
ci/deploy_packages.yml
0 → 100644
+
4
−
0
View file @
eab5f339
deploy_packages
:
stage
:
deploy
script
:
-
poetry publish -r gitlab -u gitlab-ci-token -p ${CI_JOB_TOKEN} -u gitlab-ci-token
This diff is collapsed.
Click to expand it.
ci/general.yml
+
1
−
0
View file @
eab5f339
...
...
@@ -9,6 +9,7 @@ variables:
GIT_SUBMODULE_STRATEGY
:
recursive
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"
FF_NETWORK_PER_BUILD
:
"
true"
POETRY_REPOSITORIES_GITLAB_URL
:
"
${CI_API_V4_URL}/projects/$CI_PROJECT_ID/packages/pypi"
cache
:
key
:
...
...
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