Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sentry-auth-authsch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
KSZK
Open Source
sentry-auth-authsch
Commits
437428cb
Commit
437428cb
authored
4 years ago
by
Tamas Kiss
Browse files
Options
Downloads
Patches
Plain Diff
Fixing gitlab runner
parent
fb69e798
No related branches found
No related tags found
No related merge requests found
Pipeline
#4237
passed
4 years ago
Stage: Testing
Stage: Release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-15
4 additions, 15 deletions
.gitlab-ci.yml
with
4 additions
and
15 deletions
.gitlab-ci.yml
+
4
−
15
View file @
437428cb
image
:
registry.kszk.bme.hu/baseimg/python-tools
image
:
python:2.7
stages
:
stages
:
-
Init
-
Testing
-
Testing
-
Release
-
Release
pip
:
stage
:
Init
script
:
-
python --version
-
pip install -e .
flake8
:
flake8
:
stage
:
Testing
stage
:
Testing
script
:
script
:
-
pip install flake8
-
flake8 src
-
flake8 src
pytest
:
stage
:
Testing
script
:
-
pip install .[tests]
-
py.test tests
release
:
release
:
only
:
only
:
-
master
-
master
...
@@ -29,4 +17,5 @@ release:
...
@@ -29,4 +17,5 @@ release:
stage
:
Release
stage
:
Release
script
:
script
:
-
python setup.py sdist bdist_wheel
-
python setup.py sdist bdist_wheel
-
python setup.py upload --repository https://nexus.kszk.bme.hu/repository/pypi/
-
pip install twine
\ No newline at end of file
-
twine upload --repository-url https://nexus.kszk.bme.hu/repository/pypi/ --username "${NEXUS_USERNAME}" --password "${NEXUS_PASSWORD}" dist/*
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