Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stud.IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Jan-Hendrik Willms
Stud.IP
Commits
e3b03cf6
Commit
e3b03cf6
authored
10 months ago
by
Jan-Hendrik Willms
Browse files
Options
Downloads
Patches
Plain Diff
compare changes to main
parent
9717a263
Branches
icon-renewal
No related tags found
1 merge request
!11
Draft: Pipeline improvements
Pipeline
#22898
passed
10 months ago
Stage: build
Stage: checks
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+13
-7
13 additions, 7 deletions
.gitlab-ci.yml
with
13 additions
and
7 deletions
.gitlab-ci.yml
+
13
−
7
View file @
e3b03cf6
...
...
@@ -70,17 +70,23 @@ stages:
command
:
[
"
--sql_mode="
,
"
--character-set-client=utf8"
,
"
--character-set-server=utf8"
,
"
--collation-server=utf8_unicode_ci"
]
php-changed
:
-
changes
:
-
"
**/*.php"
-
composer.lock
paths
:
-
"
**/*.php"
-
composer.lock
compare_to
:
'
refs/heads/main'
css-changed
:
-
changes
:
-
"
resources/assets/stylesheets/**/*"
-
package-lock.json
paths
:
-
"
resources/assets/stylesheets/**/*"
-
package-lock.json
compare_to
:
'
refs/heads/main'
js-changed
:
-
changes
:
-
"
resources/assets/javascripts/**/*"
-
"
resources/vue/**/*"
-
package-lock.json
paths
:
-
"
resources/assets/javascripts/**/*"
-
"
resources/vue/**/*"
-
package-lock.json
compare_to
:
'
refs/heads/main'
build-composer
:
stage
:
build
...
...
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