Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pretix Matrix Inviter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
KIF
Pretix Matrix Inviter
Commits
af5a71cd
Commit
af5a71cd
authored
2 years ago
by
Felix Schäfer
Browse files
Options
Downloads
Patches
Plain Diff
Include pretix to CI installations
parent
de58d760
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
af5a71cd
...
...
@@ -13,7 +13,7 @@ black:
stage
:
linting
image
:
python:3
before_script
:
-
pip3 install -U pip black
-
pip3 install -U pip
pretix
black
script
:
-
black --check .
...
...
@@ -21,7 +21,7 @@ isort:
stage
:
linting
image
:
python:3
before_script
:
-
pip3 install -U pip isort
-
pip3 install -U pip
pretix
isort
script
:
-
isort -c .
...
...
@@ -29,7 +29,7 @@ flake8:
stage
:
linting
image
:
python:3
before_script
:
-
pip3 install -U pip flake8
-
pip3 install -U pip
pretix
flake8
script
:
-
flake8 .
...
...
@@ -37,6 +37,6 @@ check-manifest:
stage
:
linting
image
:
python:3
before_script
:
-
pip3 install -U pip check-manifest
-
pip3 install -U pip
pretix
check-manifest
script
:
-
check-manifest .
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