Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Queue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Queue
Merge requests
!674
Fix sass
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Fix sass
fix-sass
into
development
Overview
1
Commits
1
Pipelines
0
Changes
2
Merged
Fix sass
Ruben Backx
requested to merge
fix-sass
into
development
Jul 26, 2023
Overview
1
Commits
1
Pipelines
0
Changes
2
0
0
Merge request reports
Compare
development
version 4
d605666f
Jul 26, 2023
version 3
cdfac4d6
Jul 26, 2023
version 2
dd30673d
Jul 26, 2023
version 1
80367db3
Jul 26, 2023
development (base)
and
latest version
latest version
f5e8463a
1 commit,
Jul 26, 2023
version 4
d605666f
1 commit,
Jul 26, 2023
version 3
cdfac4d6
1 commit,
Jul 26, 2023
version 2
dd30673d
1 commit,
Jul 26, 2023
version 1
80367db3
1 commit,
Jul 26, 2023
2 files
+
6
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
.gitlab-ci.yml
+
0
−
2
View file @ f5e8463a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -76,8 +76,6 @@ stages:
gradle_build
:
extends
:
.build_cached
stage
:
build
needs
:
-
gradle_spotless
rules
:
-
if
:
$CI_COMMIT_BRANCH == "master" ||
$CI_COMMIT_BRANCH == "development" ||
Loading