Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GPM - NTNU Git Profile Manager
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
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
Leo
GPM - NTNU Git Profile Manager
Commits
b2c1f0f8
Commit
b2c1f0f8
authored
10 months ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
chore: add ci
parent
b530cd3c
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#291425
failed
10 months ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+16
-0
16 additions, 0 deletions
.gitlab-ci.yml
.idea/workspace.xml
+2
-4
2 additions, 4 deletions
.idea/workspace.xml
with
18 additions
and
4 deletions
.gitlab-ci.yml
0 → 100644
+
16
−
0
View file @
b2c1f0f8
build
:
image
:
python:3.12
stage
:
build
script
:
-
echo "Building the Git Profile Manager (wheel)"
-
make build
deploy
:
image
:
python:3.12
stage
:
deploy
before_script
:
-
pip install twine
-
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/*
script
:
-
echo "Deploying the Git Profile Manager"
-
python3 -m twine upload --repository gitlab dist/*
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.idea/workspace.xml
+
2
−
4
View file @
b2c1f0f8
...
@@ -5,10 +5,8 @@
...
@@ -5,10 +5,8 @@
</component>
</component>
<component
name=
"ChangeListManager"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"2f47370d-26d1-4fc6-a93f-363c8b4c6e5a"
name=
"Changes"
comment=
""
>
<list
default=
"true"
id=
"2f47370d-26d1-4fc6-a93f-363c8b4c6e5a"
name=
"Changes"
comment=
""
>
<change
afterPath=
"$PROJECT_DIR$/.gitlab-ci.yml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/dist/gpm-0.1.0-py3-none-any.whl"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/dist/gpm-0.1.0-py3-none-any.whl"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/dist/gpm-0.1.0.tar.gz"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/dist/gpm-0.1.0.tar.gz"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/gpm/cli.py"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/gpm/cli.py"
afterDir=
"false"
/>
</list>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
@@ -86,7 +84,7 @@
...
@@ -86,7 +84,7 @@
<option
name=
"presentableId"
value=
"Default"
/>
<option
name=
"presentableId"
value=
"Default"
/>
<updated>
1724140762915
</updated>
<updated>
1724140762915
</updated>
<workItem
from=
"1724140765116"
duration=
"10726000"
/>
<workItem
from=
"1724140765116"
duration=
"10726000"
/>
<workItem
from=
"1724224393281"
duration=
"
4621
000"
/>
<workItem
from=
"1724224393281"
duration=
"
5773
000"
/>
</task>
</task>
<servers
/>
<servers
/>
</component>
</component>
...
...
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