Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ci-common
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
ci-common
Commits
487962c7
Unverified
Commit
487962c7
authored
4 years ago
by
Oliver Smith
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-ci.yml: run check_mr_settings.py
parent
f1241c87
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1
gitlab-ci.yml: run check_mr_settings.py
Pipeline
#144698
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+18
-0
18 additions, 0 deletions
.gitlab-ci.yml
with
18 additions
and
0 deletions
.gitlab-ci.yml
+
18
−
0
View file @
487962c7
---
.only-default
:
&only-default
only
:
-
master
-
merge_requests
-
tags
flake8
:
<<
:
*only-default
image
:
"
alpine:latest"
before_script
:
-
"
apk
-q
add
py3-pip"
...
...
@@ -8,6 +15,7 @@ flake8:
-
"
.ci/flake8.sh"
shellcheck
:
<<
:
*only-default
image
:
"
alpine:latest"
before_script
:
-
"
apk
-q
add
shellcheck"
...
...
@@ -15,7 +23,17 @@ shellcheck:
-
"
.ci/shellcheck.sh"
install-pmbootstrap
:
<<
:
*only-default
image
:
"
alpine:latest"
script
:
-
"
./install_pmbootstrap.sh"
-
su pmos -c "pmbootstrap chroot -- echo 'hello world'"
mr-settings
:
only
:
-
merge_requests
image
:
"
alpine:latest"
before_script
:
-
"
apk
-q
add
python3"
script
:
-
"
./check_mr_settings.py"
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